Dan Kenigsberg has submitted this change and it was merged. Change subject: virt: add support for specifying vm maximum memory ......................................................................
virt: add support for specifying vm maximum memory Added new parameter 'maxMemSize' to VM this parameter is sent from engine backend and passed to libvirt xml with the mandatory 'slots' attribute. this parameter is mandatory for memory hotplug. if this parameter is not passed, then it is not set in the libvirt xml, and hotplug for this vm will not work. Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1224886 Change-Id: I54a698fbd45d6605f24b3641c541ff10a332d9f8 Signed-off-by: Omer Frenkel <[email protected]> Reviewed-on: https://gerrit.ovirt.org/40547 Reviewed-by: Francesco Romani <[email protected]> Continuous-Integration: Jenkins CI Reviewed-by: Dan Kenigsberg <[email protected]> --- M vdsm/rpc/vdsmapi-schema.json M vdsm/virt/vmxml.py 2 files changed, 14 insertions(+), 1 deletion(-) Approvals: Jenkins CI: Passed CI tests Dan Kenigsberg: Looks good to me, approved Francesco Romani: Looks good to me, but someone else must approve Omer Frenkel: Verified -- To view, visit https://gerrit.ovirt.org/40547 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I54a698fbd45d6605f24b3641c541ff10a332d9f8 Gerrit-PatchSet: 5 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Omer Frenkel <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Vitor de Lima <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
