Zhou Zheng Sheng has uploaded a new change for review. Change subject: schema: add explanation string for the ballonInfo field ......................................................................
schema: add explanation string for the ballonInfo field Recently http://gerrit.ovirt.org/#/c/3669/ is merged. It adds a new member named balloonInfo to the type RunningVmStats, but forgets to add the corresponding information string in the comments. This will cause process-schema.py raise a KeyError when looking for info_data of balloonInfo and fail to generate the html documentation. This patch adds the corresponding information string. Change-Id: I3db7251a0451c48143d1fcd8ad8d8ade242ac372 Signed-off-by: Zhou Zheng Sheng <[email protected]> --- M vdsm_api/vdsmapi-schema.json 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/99/8599/1 diff --git a/vdsm_api/vdsmapi-schema.json b/vdsm_api/vdsmapi-schema.json index 75529e7..774453d 100644 --- a/vdsm_api/vdsmapi-schema.json +++ b/vdsm_api/vdsmapi-schema.json @@ -4598,6 +4598,8 @@ # # @memoryStats: Memory statistics as reported by the guest agent # +# @balloonInfo: Guest memory balloon information +# # @disksUsage: Info about mounted filesystems as reported by the agent # # @netIfaces: Network device address info as reported by the agent -- To view, visit http://gerrit.ovirt.org/8599 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3db7251a0451c48143d1fcd8ad8d8ade242ac372 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Zhou Zheng Sheng <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
