Can't migrate VM from shared to local storage

Mogaba

Member
Dec 12, 2023
6
0
6
Hello,

I have Proxmox 7.4.17 cluster with three servers:

- adm109 and adm110 with a shared storage named iscsi;
- adm123 with a local storage named adm123.

I need to migrate VM from adm109 to adm123 so I run this command on adm109:

$ qm migrate 133 adm123 --online --with-local-disks --targetstorage adm123

but I get an error:

ERROR: migration aborted (duration 00:00:00): storage 'iscsi' is not available on node 'adm123'

I tried both online and offline migration but no luck.