Vinzenz Feenstra has uploaded a new change for review. Change subject: schema: Update memory information reported by the agent ......................................................................
schema: Update memory information reported by the agent Patch http://gerrit.ovirt.org/#/c/27156/ in the guest agent introduced two new variables to be reported. This needs to be reflected in the API Change-Id: I310a569f361371a25a35a7359525653dd6218317 Signed-off-by: Vinzenz Feenstra <[email protected]> --- M vdsm_api/vdsmapi-schema.json 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/10/27210/1 diff --git a/vdsm_api/vdsmapi-schema.json b/vdsm_api/vdsmapi-schema.json index 6765536..7f9d10a 100644 --- a/vdsm_api/vdsmapi-schema.json +++ b/vdsm_api/vdsmapi-schema.json @@ -5740,6 +5740,10 @@ # # @swap_usage: #optional The amount of swap space used by the OS (in KiB) # +# @mem_buffers: #optional The amount of temporary raw disk block storage used +# by the OS (in KiB) +# +# @mem_cached: #optional The amount of pagecache used by the OS (in KiB) # Since: 4.10.0 ## {'type': 'GuestMemoryStats', -- To view, visit http://gerrit.ovirt.org/27210 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I310a569f361371a25a35a7359525653dd6218317 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Vinzenz Feenstra <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
