[libvirt] [PATCH] Correct the default value of lock_manager in qemu.conf

2011-07-31 Thread Guannan Ren
* src/qemu/qemu.conf lock_manager = sanlock --- src/qemu/qemu.conf |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/qemu/qemu.conf b/src/qemu/qemu.conf index 8058352..79c6e85 100644 --- a/src/qemu/qemu.conf +++ b/src/qemu/qemu.conf @@ -304,9 +304,8 @@ # #

Re: [libvirt] [PATCHv3] qemu: fix crash when mixing sync and async monitor jobs

2011-07-31 Thread Wen Congyang
At 07/30/2011 05:32 AM, Eric Blake Write: Currently, we attempt to run sync job and async job at the same time. It means that the monitor commands for two jobs can be run in any order. In the function qemuDomainObjEnterMonitorInternal(): if (priv-job.active == QEMU_JOB_NONE

[libvirt] [Libvirt] [PATCH v2] Fix bug #611823 prohibit pools with duplicate storage

2011-07-31 Thread Lei Li
Make sure the unique storage pool defined and create from different directory to avoid inconsistent version of volume pool created. Signed-off-by: Lei Li li...@linux.vnet.ibm.com --- src/conf/storage_conf.c | 36 src/conf/storage_conf.h |4