Mark Wu has uploaded a new change for review. Change subject: schema: Add doc for setMOMPolicy ......................................................................
schema: Add doc for setMOMPolicy The schema defintion for setMOMPolicy was missing from the patch which introduced that verb. So add it by this patch. Change-Id: Ic368f80037c932db3ab0696f94117787e00cacd7 Signed-off-by: Mark Wu <[email protected]> --- M vdsm_api/vdsmapi-schema.json 1 file changed, 11 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/98/7198/1 diff --git a/vdsm_api/vdsmapi-schema.json b/vdsm_api/vdsmapi-schema.json index 164c0de..13a5bc9 100644 --- a/vdsm_api/vdsmapi-schema.json +++ b/vdsm_api/vdsmapi-schema.json @@ -435,6 +435,17 @@ 'returns': {'allTasksStatus': 'TasksStatus'}} ## +# @Global.setMOMPolicy: +# +# Set MOM policy for different level of overcommitments. +# +# @policy: MOM policy string. +# Since: 4.10.0 +## +{'command': {'class': 'Global', 'name': 'setMOMPolicy'}, + 'data': {'policy': 'str'}} + +## # @StringMap: # # A mapping between arbitrary strings. -- To view, visit http://gerrit.ovirt.org/7198 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic368f80037c932db3ab0696f94117787e00cacd7 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Mark Wu <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
