Skip to content

Commit d8e19a9

Browse files
committed
Sync resourcePools correctly
1 parent a700003 commit d8e19a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/Vspheredb/Polling/SelectSet/FullSelectSet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static function create()
3232
self::TRAVERSE_STORAGE_POD,
3333
]),
3434
GenericSpec::traverse(self::TRAVERSE_STORAGE_POD, 'StoragePod', 'childEntity'),
35-
GenericSpec::traverse(self::TRAVERSE_CR1, 'Folder', 'childEntity', [
35+
GenericSpec::traverse(self::TRAVERSE_CR1, 'ComputeResource', 'resourcePool', [
3636
// A ComputeResource object can be followed either by a ResourcePool
3737
// or a HostSystem. There is no need to traverse a HostSystem, but
3838
// there are two different ResourcePool TraversalSpecs to cover, so

0 commit comments

Comments
 (0)