Re: [libvirt-users] Destroy VM failed.

2012-05-07 Thread david_zhu
Original Message  Subject: Re: [libvirt-users] Destroy VM failed. From: Eric Blake To: david_zhu Cc: libvirt-users@redhat.com Date: 2012年5月8日 2:05:40 On 05/06/2012 09:12 PM, david_zhu wrote: Hi, When I

[libvirt-users] Destroy VM failed.

2012-05-06 Thread david_zhu
Hi,     When I destroy a VM, sometimes virsh will report failed.     So I tried the following shell script: -bash-4.1# for ((i=0; i<1000; i++)); do virsh start david_mac; virsh destroy david_mac; if [ $? != 0 ] ; then echo $i; break; fi; done D

[libvirt-users] question of iSCSI pool on the same iSCSI target

2012-04-26 Thread david_zhu
Hi, all,     I have 3 XMLs for defining iSCSI pools.     i1.xml and i3.xml are configured to the same iSCSI target, and i2.xml uses another.     virsh will report error if I define pool "i3" after I have defined the pool "i1",     but it is OK after de