Goal:
Move lvm disks to GlusterFS, to move some vms to new hardware and have the mail gateway HA.
Test:
I got one newly created test VM moved, to GlusterFS, First it did not boot, but after setting the disk cache to write through it did.
Failure:
Shutdown an existing vm , backed it up. and tried the move again. This time it did not work. The error returned: "unable to parse volume ID '/dev/cinder-volumes/vm-108-disk-1'". This is the correct volume ID.
From the command line:
result:
Wondering why the volume ID can't be parsed?
Move lvm disks to GlusterFS, to move some vms to new hardware and have the mail gateway HA.
Test:
I got one newly created test VM moved, to GlusterFS, First it did not boot, but after setting the disk cache to write through it did.
Failure:
don't know if this is relevant, existing machines where created before the second machine was joined to the cluster. Backing up and changing hardware settings is no problem on existing vm's
Shutdown an existing vm , backed it up. and tried the move again. This time it did not work. The error returned: "unable to parse volume ID '/dev/cinder-volumes/vm-108-disk-1'". This is the correct volume ID.
From the command line:
Code:
qm move_disk 108 virtio0 GV01 -format qcow2
Code:
unable to parse volume ID '/dev/cinder-volumes/vm-108-disk-1'
Wondering why the volume ID can't be parsed?