]> git.ipfire.org Git - thirdparty/libvirt.git/commit
lxc: fix setmem effect on a running LXC machine
authorErik Skultety <eskultet@redhat.com>
Fri, 24 Oct 2014 09:17:20 +0000 (11:17 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 13 Nov 2014 14:11:59 +0000 (15:11 +0100)
commitc87f268a369eb0f275781abbf446731f6c23f522
tree95f4f8f0e6ba6d2e9a074e783063a923c0778d1f
parent0dba4a4d42520b7a90b0c4afdead987124b19c12
lxc: fix setmem effect on a running LXC machine

When user calls setmem on a running LXC machine, we do update its cgroup
entry, however we neither update domain's runtime XML nor
we update our internal structures and this patch fixes it.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1131919
src/lxc/lxc_driver.c