Cluster migration issues

May 5, 2010
44
0
6
California, USA
Hello,

I have two proxmox servers clustered together. I migrated a VM from the master server to one of the nodes and it was successful. I then tried to migrate it back it and it error with:
Dec 06 12:52:29 Failed to sync data - command '/sbin/vgchange -aly raid1' failed with exit code 5
Dec 06 12:52:29 migration aborted

Which is weird because the VM is on an iSCSI SAN (shared/reachable between the two servers), "raid1" is a VG on the master server, why does the node server need access to that VG?

Also when I go to the hardware tab of that VMs properties I get a similar error:
[3766]ERR: 24: Error in Perl code: command '/sbin/vgchange -aly raid1' failed with exit code 5

Any ideas?

Thanks in advance!

--Will
 
Please can you run that command on the console:

# /sbin/vgchange -aly raid1

Does that show any hints?