Hello
We have Proxmox VE 8.3 cluster with some nodes used shared SAN storage while some nodes have only local disks. I needed to stop one node with local storage to do a hardware maintenance. So I migrated VM's to another node with shared storage, this passed online w/o problems. Now I try to migrate VM's back from shared storage node back to local storage node but it seems problematic. In web GUI in migration form I do not see target storage selection item, just nodes list. If I try to use qm command line, I receive error:
root@hypervm3:/home/sysadm# qm migrate 207 gate3 --bwlimit 50000 --online yes --targetstorage gate3-local --with-local-disks yes
2025-02-24 12:08:45 ERROR: migration aborted (duration 00:00:00): storage 'elev' is not available on node 'gate3'
migration aborted
'elev' is name of the shared LVM storage while 'gate3' node have only 'gate3-local' LVM storage. The error looks strange as different previous local-to-local, local-to-shared and shared-to-shared storage online migrations passed successfully.
Any ideas to put my VM's back to local storage node?
Regards, Ivan
We have Proxmox VE 8.3 cluster with some nodes used shared SAN storage while some nodes have only local disks. I needed to stop one node with local storage to do a hardware maintenance. So I migrated VM's to another node with shared storage, this passed online w/o problems. Now I try to migrate VM's back from shared storage node back to local storage node but it seems problematic. In web GUI in migration form I do not see target storage selection item, just nodes list. If I try to use qm command line, I receive error:
root@hypervm3:/home/sysadm# qm migrate 207 gate3 --bwlimit 50000 --online yes --targetstorage gate3-local --with-local-disks yes
2025-02-24 12:08:45 ERROR: migration aborted (duration 00:00:00): storage 'elev' is not available on node 'gate3'
migration aborted
'elev' is name of the shared LVM storage while 'gate3' node have only 'gate3-local' LVM storage. The error looks strange as different previous local-to-local, local-to-shared and shared-to-shared storage online migrations passed successfully.
Any ideas to put my VM's back to local storage node?
Regards, Ivan