Displaying 3 results from an estimated 3 matches for "arnose".
2012 Jul 10
2
Live Block Migration with additional attached storage
...on
but also the attached additional disk from shared storage. It is not
desired in this situation.
I just want the local VM disk is copied. Is there anyway to do this
scenario? Does the concept of storage pool help this? I browse the source
code but don't find hints right now.
Thanks.
Regards,
Arnose
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120710/b0748485/attachment.htm>
2012 Oct 26
0
virsh responds slowly
Dear all,
I have observed the virsh responds slowly with "virsh list" and used
"strace virsh list" will find that it is waiting on the socket. I also use
"netstat |grep libvirt" and see an opened socket /var/run/libvirt-sock-ro
is always on and will not disappear. Is it caused by an abnormal
termination of virsh API? Otherwise, if there is any possible issue? I have
2013 Feb 07
0
There seems a deadlock in libvirt
Hi, all,
We were running OpenStack with Ubuntu and libvirt 0.9.10. We found that
libvirt monitor command not working well.
There were a lot of error in libvirtd.log like this
2013-02-07 06:07:39.000+0000: 18112: error :
qemuDomainObjBeginJobInternal:773 : Timed out during operation: cannot
acquire state change lock
We dig into libvirtd by strace and find one of the thread only have the
following