Change in vdsm[master]: schema: temporarily hide getMigrationStatus return

fromani at redhat.com fromani at redhat.com
Mon Mar 23 17:01:35 UTC 2015


Francesco Romani has uploaded a new change for review.

Change subject: schema: temporarily hide getMigrationStatus return
......................................................................

schema: temporarily hide getMigrationStatus return

Commit b8df0ff261c unveiled a dark corner of VDSM
and highlighted that the return value of
VM.getMigrationStatus() API is inconsistent
and not passes the schema validation.

This patch reverts the schema change and unbreaks
the build until we figure out the proper clean fix.

This patch must be consider only a temporary fix.

Change-Id: I86b15d626314e679b7fecb6d40cb9d950086fe27
Signed-off-by: Francesco Romani <fromani at redhat.com>
---
M vdsm/rpc/vdsmapi-schema.json
1 file changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/62/39062/1

diff --git a/vdsm/rpc/vdsmapi-schema.json b/vdsm/rpc/vdsmapi-schema.json
index 477f712..6eb0cae 100644
--- a/vdsm/rpc/vdsmapi-schema.json
+++ b/vdsm/rpc/vdsmapi-schema.json
@@ -6457,8 +6457,7 @@
 #        'message')
 ##
 {'command': {'class': 'VM', 'name': 'getMigrationStatus'},
- 'data': {'vmID': 'UUID'},
- 'returns': 'MigrationStatusInfo'}
+ 'data': {'vmID': 'UUID'}}
 
 ##
 # @VmExitCode:


-- 
To view, visit https://gerrit.ovirt.org/39062
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I86b15d626314e679b7fecb6d40cb9d950086fe27
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Francesco Romani <fromani at redhat.com>


More information about the vdsm-patches mailing list