Offline migration fails for me when I try to move from a newer proxmox 4 install that has been upgraded to 5.1, to a older proxmox 5.1 install that started with proxmox 3.
The storage involved is not marked shared, but the older server has local storage configured as true plain local storage, where pve data is just ext3 assigned to a folder.
The new server is using lvm-thin storage for its local storage.
What should I do to make this workable? Create lvm-thin storage on the older servers? If so, how?
The storage involved is not marked shared, but the older server has local storage configured as true plain local storage, where pve data is just ext3 assigned to a folder.
The new server is using lvm-thin storage for its local storage.
What should I do to make this workable? Create lvm-thin storage on the older servers? If so, how?
Code:
2018-01-03 09:34:05 starting migration of VM 504 to node 'px4' (10.0.0.22)
2018-01-03 09:34:05 found local disk 'local-lvm:vm-504-disk-1' (in current VM config)
2018-01-03 09:34:05 copying disk images
lvcreate 'pve/vm-504-disk-1' error: Logical volume pve/data is not a thin pool.
dd: error writing 'standard output': Connection reset by peer
54+0 records in
53+0 records out
3536424 bytes (3.5 MB, 3.4 MiB) copied, 0.212909 s, 16.6 MB/s
exit code 255
command 'dd 'if=/dev/pve/vm-504-disk-1' 'bs=64k'' failed: exit code 1
send/receive failed, cleaning up snapshot(s)..
2018-01-03 09:34:06 ERROR: Failed to sync data - command 'set -o pipefail && pvesm export local-lvm:vm-504-disk-1 raw+size - -with-snapshots 0' failed: exit code 1
2018-01-03 09:34:06 aborting phase 1 - cleanup resources
2018-01-03 09:34:06 ERROR: found stale volume copy 'local-lvm:vm-504-disk-1' on node 'px4'
2018-01-03 09:34:06 ERROR: migration aborted (duration 00:00:01): Failed to sync data - command 'set -o pipefail && pvesm export local-lvm:vm-504-disk-1 raw+size - -with-snapshots 0' failed: exit code 1
TASK ERROR: migration aborted