[libvirt-users] Libvirt to return the ip address instead of the hostname during migration

2015-01-09 Thread Yagmur Akbulut
Hi all, We are working on nova live-migration using Ceph and trying to work around the problem where vm migration fails if name resolution is not enabled in a cluster. See the link, https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Virtualization_Host_Configuration_and

Re: [libvirt-users] Using virsh blockcopy -- what's it supposed to accomplish?

2015-01-09 Thread Kashyap Chamarthy
On Thu, Jan 08, 2015 at 06:14:05PM -0600, Gary R Hook wrote: > On 1/8/15 2:48 PM, Eric Blake wrote: > >On 12/23/2014 05:24 PM, Gary R Hook wrote: > >>I read that article. > >> > >>Now shut down the domain (post-pivot) which is using the new disk file, > >>and start it up, without using a block devi

Re: [libvirt-users] Block Commit: [100 %]error: failed to pivot job for disk vda

2015-01-09 Thread Thomas Stein
Am 07.01.15 um 18:26 schrieb Thomas Stein: >> Based on this message, it is qemu that is refusing to do the pivot, but >> I don't know if that is because of permissions on the destination file, >> or something else (that is, it may still be a libvirt bug for not >> putting things in the right state

Re: [libvirt-users] [Qemu-devel] Using virsh blockcopy -- what's it supposed to accomplish?

2015-01-09 Thread Kashyap Chamarthy
On Thu, Jan 08, 2015 at 06:04:20PM -0600, Gary R Hook wrote: > On 1/8/15 2:21 PM, Kashyap Chamarthy wrote: > > >>qemu-img create -f qcow2 /tmp/dsk.test.qcow2 > > > >A typo? You also need to provide a size here: > > > > $ qemu-img create -f qcow2 /tmp/dsk.test.qcow2 1G > > Yes, my mistake. The