Re: [libvirt] [PATCHv2] qemu: fix not update weight in def after success

2015-08-25 Thread John Ferlan
On 08/18/2015 11:56 PM, Luyao Huang wrote: https://bugzilla.redhat.com/show_bug.cgi?id=1253107 Call virCgroupGetBlkioWeight to re-read blkio.weight right after it are set in order to keep our internal structures up-to-date. Signed-off-by: Luyao Huang lhu...@redhat.com ---

Re: [libvirt] [PATCHv2] qemu: fix not update weight in def after success

2015-08-25 Thread lhuang
On 08/26/2015 04:22 AM, John Ferlan wrote: On 08/18/2015 11:56 PM, Luyao Huang wrote: https://bugzilla.redhat.com/show_bug.cgi?id=1253107 Call virCgroupGetBlkioWeight to re-read blkio.weight right after it are set in order to keep our internal structures up-to-date. Signed-off-by: Luyao

[libvirt] [PATCHv2] qemu: fix not update weight in def after success

2015-08-18 Thread Luyao Huang
https://bugzilla.redhat.com/show_bug.cgi?id=1253107 Call virCgroupGetBlkioWeight to re-read blkio.weight right after it are set in order to keep our internal structures up-to-date. Signed-off-by: Luyao Huang lhu...@redhat.com --- src/qemu/qemu_driver.c | 3 ++- 1 file changed, 2 insertions(+),