]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Update blkio.weight value after successful set
authorLuyao Huang <lhuang@redhat.com>
Wed, 19 Aug 2015 03:56:33 +0000 (11:56 +0800)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 25 Aug 2015 20:20:39 +0000 (16:20 -0400)
commitbf2788218ad29719467260aa4ecad6dc31c97046
tree5551f4e0ab1ba9bf5bd08665ec8cd3cd439eae9c
parented7b4814b6a0d3ed010e8cbb9e6cd0b16c195a63
qemu: Update blkio.weight value after successful set

https://bugzilla.redhat.com/show_bug.cgi?id=1253107

Make a call virCgroupGetBlkioWeight to re-read blkio.weight right
after it is set in order to keep internal data up-to-date.

Signed-off-by: Luyao Huang <lhuang@redhat.com>
src/qemu/qemu_driver.c