]> git.ipfire.org Git - thirdparty/libvirt.git/commit
esx: Don't try to change max-memory of an active domain
authorMatthias Bolte <matthias.bolte@googlemail.com>
Thu, 27 Jan 2011 21:01:43 +0000 (22:01 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 28 Jan 2011 20:22:56 +0000 (21:22 +0100)
commit96f4986aca9f55ff9e2fa77e42b8e6fbdcba3882
tree6bcc9f699e7ca6abfd0f6c057ca46226f9367670
parent819269c4f0aa8a3117d30cd12d01eb401bdf585a
esx: Don't try to change max-memory of an active domain

Report an VIR_ERR_OPERATION_INVALID error in that case instead of letting
the SOAP call fail with an VIR_ERR_INTERNAL_ERROR error.
src/esx/esx_driver.c