Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
equelin committed Jul 27, 2018
2 parents af84534 + ee71b6f commit 1d4f22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsanmetrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def main():
for disk in diskWitness:
if disk.state == 'inUse':
uuid[disk.vsanUuid] = disk.disk.canonicalName

disks[disk.vsanUuid] = host.name

# Gather a list of the available entity types (ex: vsan-host-net)
entityTypes = vsanPerfSystem.VsanPerfGetSupportedEntityTypes()
Expand Down

0 comments on commit 1d4f22e

Please sign in to comment.