[libvirt] [test-API][PATCH] Update clean part for cases

2011-11-20 Thread Wayne Sun
* add clean function for missing ones * clean the system configuration files which been touched --- repos/domain/balloon_memory.py |2 ++ repos/domain/cpu_topology.py |5 + repos/domain/ownership_test.py | 10 ++ repos/libvirtd/qemu_hang.py |

Re: [libvirt] [PATCH] storage: Skips backingStore of virtual snapshot lv

2011-11-20 Thread Osier Yang
On 2011年11月19日 02:45, Eric Blake wrote: > On 11/18/2011 04:15 AM, Osier Yang wrote: >> lvs outputs "[$lvname_vorigin]" for the virtual snapshot lv >> (created with "--virtualsize"), and the original device pointed >> by "$lvname_vorigin" is just for lvm internal use, one should >> never use it. >>

Re: [libvirt] [PATCH] storage: Skips backingStore of virtual snapshot lv

2011-11-20 Thread Osier Yang
On 2011年11月19日 02:45, Eric Blake wrote: > On 11/18/2011 04:15 AM, Osier Yang wrote: >> lvs outputs "[$lvname_vorigin]" for the virtual snapshot lv >> (created with "--virtualsize"), and the original device pointed >> by "$lvname_vorigin" is just for lvm internal use, one should >> never use it. >>

Re: [libvirt] bug: try to take disk snapshot for LVM2 Volume

2011-11-20 Thread MATSUDA, Daiki
Sorry, I confirmed the snapshot file is not wrong. I moved the snapshot file created under /dev as /dev/VG1/abc.xx to other place and fixed the config file re-writed by libvirt to use moved snapshot file abc.xx. So, the domain starts with no problem. Regards MATSUDA Daiki On 11/15/2