Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Virsh migrate fails with “process exited while connecting to monitor” error #1081

Open
256cool opened this issue Oct 25, 2015 · 0 comments

Comments

@256cool
Copy link

256cool commented Oct 25, 2015

I am trying to migrate a VM from one host to another with below command

virsh migrate --live nodetwo qemu+ssh://192.168.1.33/system
nodetwo = VM name

But I am getting an error as

error: internal error: process exited while connecting to monitor: 2015-10-25T04:37:24.489443Z qemu-kvm: -drive file=/home/nodetwo/nodetwo.qcow2,if=none,id=drive-virtio-disk0,format=qcow2: could not open disk image /home/nodetwo/nodetwo.qcow2: Could not open file: Permission denied

/home/nodetwo/nodetwo.qcow2 file has 777 permission. /etc/libvirt/qemu.conf file has user = root & group = root

Still not sure why I am getting above error. Directory /home/nodetwo contains the image file on source host and it is mounted on target host using NFS. (Source host = host that contains the guest and target host = host on which I want to migrate the guest)

Please help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant