summaryrefslogtreecommitdiffstats
path: root/results/classifier/111/review/797905
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/111/review/797905')
-rw-r--r--results/classifier/111/review/79790581
1 files changed, 81 insertions, 0 deletions
diff --git a/results/classifier/111/review/797905 b/results/classifier/111/review/797905
new file mode 100644
index 00000000..52dd9a01
--- /dev/null
+++ b/results/classifier/111/review/797905
@@ -0,0 +1,81 @@
+KVM: 0.208
+other: 0.170
+semantic: 0.099
+performance: 0.079
+PID: 0.072
+permissions: 0.061
+device: 0.057
+files: 0.056
+debug: 0.040
+graphic: 0.040
+vnc: 0.038
+network: 0.036
+socket: 0.027
+boot: 0.017
+debug: 0.379
+network: 0.186
+KVM: 0.183
+files: 0.046
+permissions: 0.032
+other: 0.028
+PID: 0.025
+semantic: 0.022
+device: 0.021
+socket: 0.020
+boot: 0.018
+performance: 0.015
+vnc: 0.013
+graphic: 0.013
+
+virsh live migration
+
+Hi,
+i do not manage to do a virsh migrate live command.
+Using Ubuntu Server 10.04 x64
+
+root@svr50abl:~# virsh list
+ Id Nome Estado
+----------------------------------
+ 18 Winxp executando
+ 19 teste executando
+
+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/images/teste.img': No such file or directory
+
+teste.img has root:root (xrw)
+
+10.1.5.1 is a functional kvm host too
+
+On Wed, Jun 15, 2011 at 9:35 PM, Marcus Paiva <email address hidden> wrote:
+> 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
+>  Id Nome                 Estado
+> ----------------------------------
+>  18 Winxp                executando
+>  19 teste                executando
+>
+> 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/images/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
+
+
+You can try to copy the image file from source to destination before migration.
+
+Closing, as this is a libvirt issue, not a QEMU bug.
+