From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38215) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QX7x4-0004OZ-AZ for qemu-devel@nongnu.org; Thu, 16 Jun 2011 04:29:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QX7x2-0008BX-PN for qemu-devel@nongnu.org; Thu, 16 Jun 2011 04:29:22 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:47360) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QX7x2-0008BM-CO for qemu-devel@nongnu.org; Thu, 16 Jun 2011 04:29:20 -0400 Received: by ywl41 with SMTP id 41so866685ywl.4 for ; Thu, 16 Jun 2011 01:29:19 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20110615203525.9195.5744.malonedeb@gac.canonical.com> References: <20110615203525.9195.5744.malonedeb@gac.canonical.com> <20110615203525.9195.5744.malonedeb@gac.canonical.com> Date: Thu, 16 Jun 2011 09:29:19 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [Bug 797905] [NEW] virsh live migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bug 797905 <797905@bugs.launchpad.net> Cc: qemu-devel@nongnu.org On Wed, Jun 15, 2011 at 9:35 PM, Marcus Paiva <797905@bugs.launchpad.net> w= rote: > Public bug reported: > > Hi, > i do not manage to do a virsh migrate live command. > Using Ubuntu Server 10.04 x64 > > root@svr50abl:~# virsh list > =A0Id Nome =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 Estado > ---------------------------------- > =A018 Winxp =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0executando > =A019 teste =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0executando > > root@svr50abl:~# sudo virsh migrate --live 19 qemu+ssh://10.1.5.1/system > root@10.1.5.1's password: > erro: unable to set user and group to '116:127' on '/var/lib/libvirt/imag= es/teste.img': No such file or directory > > teste.img has root:root (xrw) The image file should be shared (for example over NFS) and visible on both hosts. It looks like you are migrating to a host that does not have /var/lib/libvirt/images/teste.img. Please check with libvirt, this is not a QEMU bug. Stefan