qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-discuss] vm live storage migration failure.


From: Edward Young
Subject: [Qemu-discuss] vm live storage migration failure.
Date: Tue, 10 Mar 2015 15:50:08 -0500

Hi all,

When I migrate a live vm with two virtual disk images from one node to another. Bothe of the nodes are in the same LAN and there is no shared storage.

I run the following command and get the output blew:

address@hidden:~$ sudo virsh migrate --live --persistent --copy-storage-all --unsafe --verbose vm1 qemu+ssh://192.168.1.3/system 

address@hidden's password: 

address@hidden's password: 

address@hidden's password: 

error: Cannot recv data: Permission denied, please try again.

Permission denied, please try again.

Permission denied (publickey,password).: Connection reset by peer

I'm sure the root passwd I entered is correct. And When I run the following command, it works. I can use qemu+ssh to connect to a remote libvirtd daemon.

address@hidden:~$ sudo virsh 

Welcome to virsh, the virtualization interactive terminal.

Type:  'help' for help with commands

       'quit' to quit

virsh # connect qemu+ssh://192.168.1.2/system

address@hidden's password: 

virsh # list

 Id    Name                           State

----------------------------------------------------

 6     vm1                            running

 7     vm2                            running

virsh # 

Any suggestions about this issue?

Thanks a lot!

Ed


reply via email to

[Prev in Thread] Current Thread [Next in Thread]