ShaoHe Feng has uploaded a new change for review. Change subject: fix two command names of Image class in vdsmapi schema ......................................................................
fix two command names of Image class in vdsmapi schema these two command names do not match the their comments Change-Id: Ia5f75ea62f66771c1e3001a565d24eacf791c473 Signed-off-by: ShaoHe Feng <[email protected]> --- M vdsm_api/vdsmapi-schema.json 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/13/9113/1 diff --git a/vdsm_api/vdsmapi-schema.json b/vdsm_api/vdsmapi-schema.json index d210c7d..dc62be2 100644 --- a/vdsm_api/vdsmapi-schema.json +++ b/vdsm_api/vdsmapi-schema.json @@ -2930,7 +2930,7 @@ # # Since: 4.11.0 ## -{'command': {'class': 'Image', 'name': 'sync'}, +{'command': {'class': 'Image', 'name': 'cloneStructure'}, 'data': {'dstSdUUID': 'UUID'}, 'returns': 'UUID'} @@ -2948,7 +2948,7 @@ # # Since: 4.11.0 ## -{'command': {'class': 'Image', 'name': 'sync'}, +{'command': {'class': 'Image', 'name': 'syncData'}, 'data': {'dstSdUUID': 'UUID', 'syncType': 'syncType'}, 'returns': 'UUID'} -- To view, visit http://gerrit.ovirt.org/9113 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia5f75ea62f66771c1e3001a565d24eacf791c473 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: ShaoHe Feng <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
