Skip to content

Commit

Permalink
Querying for datastore performance counters is done using info.url pr…
Browse files Browse the repository at this point in the history
…operty
  • Loading branch information
dnaeon committed Jan 6, 2015
1 parent da2e4b8 commit 7d86560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vpoller/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -2536,7 +2536,7 @@ def datastore_perf_counter_info(self, msg):
"""
obj = self.get_object_by_property(
property_name='name',
property_name='info.url',
property_value=msg['name'],
obj_type=pyVmomi.vim.Datastore
)
Expand Down

0 comments on commit 7d86560

Please sign in to comment.