Change in vdsm[master]: schema: getStorageRepoStats returns StorageDomainVitalsMap

agl at us.ibm.com agl at us.ibm.com
Thu Sep 6 21:26:43 UTC 2012


Adam Litke has uploaded a new change for review.

Change subject: schema: getStorageRepoStats returns StorageDomainVitalsMap
......................................................................

schema: getStorageRepoStats returns StorageDomainVitalsMap

The schema incorrectly had getStorageRepoStats returning StorageDomainStatsMap.
In fact it returns a StorageDomainVitalsMap.  Fix the error and remove the
unused mapping type StorageDomainStatsMap.

Change-Id: Ic6d083cf9d74d6a27af744383b1291b31dc07eb7
Signed-off-by: Adam Litke <agl at us.ibm.com>
---
M vdsm_api/vdsmapi-schema.json
1 file changed, 1 insertion(+), 10 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/38/7838/1

diff --git a/vdsm_api/vdsmapi-schema.json b/vdsm_api/vdsmapi-schema.json
index a80ce5d..f6d3c77 100644
--- a/vdsm_api/vdsmapi-schema.json
+++ b/vdsm_api/vdsmapi-schema.json
@@ -1582,15 +1582,6 @@
  'returns': ['UUID']}
 
 ##
-# @StorageDomainStatsMap:
-#
-# A map of StorageDomainStats indexed by Storage Domain UUID.
-#
-# Since: 4.10.0
-##
-{'map': 'StorageDomainStatsMap', 'key': 'UUID', 'value': 'StorageDomainStats'}
-
-##
 # @Host.getStorageRepoStats:
 #
 # Get statistics and liveness of currently attached Storage Domains.
@@ -1601,7 +1592,7 @@
 # Since: 4.10.0
 ##
 {'command': {'class': 'Host', 'name': 'getStorageRepoStats'},
- 'returns': 'StorageDomainStatsMap'}
+ 'returns': 'StorageDomainVitalsMap'}
 
 ##
 # @VmStatus:


--
To view, visit http://gerrit.ovirt.org/7838
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic6d083cf9d74d6a27af744383b1291b31dc07eb7
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Adam Litke <agl at us.ibm.com>


More information about the vdsm-patches mailing list