Skip to content
This repository has been archived by the owner on Jul 23, 2018. It is now read-only.

Commit

Permalink
Refs #18. Refreshing datastore info is disabled for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rverchere committed Oct 30, 2017
1 parent 094c58b commit f74df17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmware_exporter/vmware_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def _vmware_get_datastores(self, content, ds_metrics):
Get Datastore information
"""
for ds in self._vmware_get_obj(content, [vim.Datastore]):
ds.RefreshDatastoreStorageInfo()
#ds.RefreshDatastoreStorageInfo()
summary = ds.summary
ds_capacity = summary.capacity
ds_freespace = summary.freeSpace
Expand Down

0 comments on commit f74df17

Please sign in to comment.