I'm working on replacing my single standalone node with a new one. I created a cluster with both the old node and the new one. All vms are stored on a separate nas using lvm over iscsi. The goal is to decom the old host so I'm trying to migrate all the vms over which should be quick since its on shared storage however proxmox is trying to copy the vms from the iscsi lvm to old node (node1) to the iscsi lvm on the new node (node2).
The migration log shows the following
2024-06-21 12:10:04 use dedicated network address for sending migration traffic (192.168.30.1)
2024-06-21 12:10:04 starting migration of CT 105 to node 'ProxmoxMiniNode01' (192.168.30.1)
2024-06-21 12:10:04 found local volume 'qnap-prod-iscsi-lun:vm-105-disk-0' (in current VM config)
2024-06-21 12:10:06 volume qnap-prod-iscsi-lun/vm-105-disk-0 already exists - importing with a different name
2024-06-21 12:10:06 Logical volume "vm-105-disk-1" created.
2024-06-21 12:10:10 515178496 bytes (515 MB, 491 MiB) copied, 3 s, 172 MB/s
2024-06-21 12:10:13 1065156608 bytes (1.1 GB, 1016 MiB) copied, 6 s, 177 MB/s
2024-06-21 12:10:16 1829961728 bytes (1.8 GB, 1.7 GiB) copied, 9 s, 203 MB/s
2024-06-21 12:10:20 2308767744 bytes (2.3 GB, 2.2 GiB) copied, 12 s, 186 MB/s
2024-06-21 12:10:25 2594766848 bytes (2.6 GB, 2.4 GiB) copied, 18 s, 144 MB/s
2024-06-21 12:10:28 3382116352 bytes (3.4 GB, 3.1 GiB) copied, 21 s, 161 MB/s
2024-06-21 12:10:31 4177330176 bytes (4.2 GB, 3.9 GiB) copied, 24 s, 174 MB/s
2024-06-21 12:10:34 4872732672 bytes (4.9 GB, 4.5 GiB) copied, 27 s, 180 MB/s
2024-06-21 12:10:37 5688000512 bytes (5.7 GB, 5.3 GiB) copied, 30 s, 190 MB/s
2024-06-21 12:10:40 6456410112 bytes (6.5 GB, 6.0 GiB) copied, 33 s, 196 MB/s
2024-06-21 12:10:43 7265517568 bytes (7.3 GB, 6.8 GiB) copied, 36 s, 202 MB/s
2024-06-21 12:10:46 8078032896 bytes (8.1 GB, 7.5 GiB) copied, 39 s, 207 MB/s
2024-06-21 12:10:48 131072+0 records in
2024-06-21 12:10:48 131072+0 records out
2024-06-21 12:10:48 8589934592 bytes (8.6 GB, 8.0 GiB) copied, 42.2037 s, 204 MB/s
2024-06-21 12:11:05 7113+247918 records in
2024-06-21 12:11:05 7113+247918 records out
2024-06-21 12:11:05 8589934592 bytes (8.6 GB, 8.0 GiB) copied, 59.0888 s, 145 MB/s
2024-06-21 12:11:05 successfully imported 'qnap-prod-iscsi-lun:vm-105-disk-1'
2024-06-21 12:11:05 volume 'qnap-prod-iscsi-lun:vm-105-disk-0' is 'qnap-prod-iscsi-lun:vm-105-disk-1' on the target
2024-06-21 12:11:05 # /usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=ProxmoxMiniNode01' -o 'UserKnownHostsFile=/etc/pve/nodes/ProxmoxMiniNode01/ssh_known_hosts' -o 'GlobalKnownHostsFile=none' root@192.168.30.1 pvesr set-state 105 \''{}'\'
Logical volume "vm-105-disk-0" successfully removed.
2024-06-21 12:11:06 start final cleanup
2024-06-21 12:11:07 migration finished successfully (duration 00:01:04)
TASK OK
Since this is a small lxc for the example I don't mind coping but i have a vm that uses 20TB and i don't have the space for it to copy to the same storage. I thought about just moving the config files in /etc/nodes from one host to the other but when i eventually add additional nodes in the future I'd like to avoid having this issue
Any ideas?
The migration log shows the following
2024-06-21 12:10:04 use dedicated network address for sending migration traffic (192.168.30.1)
2024-06-21 12:10:04 starting migration of CT 105 to node 'ProxmoxMiniNode01' (192.168.30.1)
2024-06-21 12:10:04 found local volume 'qnap-prod-iscsi-lun:vm-105-disk-0' (in current VM config)
2024-06-21 12:10:06 volume qnap-prod-iscsi-lun/vm-105-disk-0 already exists - importing with a different name
2024-06-21 12:10:06 Logical volume "vm-105-disk-1" created.
2024-06-21 12:10:10 515178496 bytes (515 MB, 491 MiB) copied, 3 s, 172 MB/s
2024-06-21 12:10:13 1065156608 bytes (1.1 GB, 1016 MiB) copied, 6 s, 177 MB/s
2024-06-21 12:10:16 1829961728 bytes (1.8 GB, 1.7 GiB) copied, 9 s, 203 MB/s
2024-06-21 12:10:20 2308767744 bytes (2.3 GB, 2.2 GiB) copied, 12 s, 186 MB/s
2024-06-21 12:10:25 2594766848 bytes (2.6 GB, 2.4 GiB) copied, 18 s, 144 MB/s
2024-06-21 12:10:28 3382116352 bytes (3.4 GB, 3.1 GiB) copied, 21 s, 161 MB/s
2024-06-21 12:10:31 4177330176 bytes (4.2 GB, 3.9 GiB) copied, 24 s, 174 MB/s
2024-06-21 12:10:34 4872732672 bytes (4.9 GB, 4.5 GiB) copied, 27 s, 180 MB/s
2024-06-21 12:10:37 5688000512 bytes (5.7 GB, 5.3 GiB) copied, 30 s, 190 MB/s
2024-06-21 12:10:40 6456410112 bytes (6.5 GB, 6.0 GiB) copied, 33 s, 196 MB/s
2024-06-21 12:10:43 7265517568 bytes (7.3 GB, 6.8 GiB) copied, 36 s, 202 MB/s
2024-06-21 12:10:46 8078032896 bytes (8.1 GB, 7.5 GiB) copied, 39 s, 207 MB/s
2024-06-21 12:10:48 131072+0 records in
2024-06-21 12:10:48 131072+0 records out
2024-06-21 12:10:48 8589934592 bytes (8.6 GB, 8.0 GiB) copied, 42.2037 s, 204 MB/s
2024-06-21 12:11:05 7113+247918 records in
2024-06-21 12:11:05 7113+247918 records out
2024-06-21 12:11:05 8589934592 bytes (8.6 GB, 8.0 GiB) copied, 59.0888 s, 145 MB/s
2024-06-21 12:11:05 successfully imported 'qnap-prod-iscsi-lun:vm-105-disk-1'
2024-06-21 12:11:05 volume 'qnap-prod-iscsi-lun:vm-105-disk-0' is 'qnap-prod-iscsi-lun:vm-105-disk-1' on the target
2024-06-21 12:11:05 # /usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=ProxmoxMiniNode01' -o 'UserKnownHostsFile=/etc/pve/nodes/ProxmoxMiniNode01/ssh_known_hosts' -o 'GlobalKnownHostsFile=none' root@192.168.30.1 pvesr set-state 105 \''{}'\'
Logical volume "vm-105-disk-0" successfully removed.
2024-06-21 12:11:06 start final cleanup
2024-06-21 12:11:07 migration finished successfully (duration 00:01:04)
TASK OK
Since this is a small lxc for the example I don't mind coping but i have a vm that uses 20TB and i don't have the space for it to copy to the same storage. I thought about just moving the config files in /etc/nodes from one host to the other but when i eventually add additional nodes in the future I'd like to avoid having this issue
Any ideas?
Last edited: