I want to migrate a VM with a fairly large disk image to another machine in my cluster, but the storage on the two nodes isn't sufficiently compatible to do it directly.
I could do a backup and restore - I think that's the best way - but my NFS backup server is a bit slow.
So I copied the disk image directly from one node to the other because, hey, I'd never played with
And now I have the disk already in place on the new node as a ZFS volume... but is it possible to migrate all the definition of the VM across somehow without actually copying the storage and then attach it to the image at the other end?
Or shall I just do the backup and restore over a weekend?
Thanks!
Quentin
I could do a backup and restore - I think that's the best way - but my NFS backup server is a bit slow.
So I copied the disk image directly from one node to the other because, hey, I'd never played with
zfs send
and zfs recv
before!And now I have the disk already in place on the new node as a ZFS volume... but is it possible to migrate all the definition of the VM across somehow without actually copying the storage and then attach it to the image at the other end?
Or shall I just do the backup and restore over a weekend?
Thanks!
Quentin