Migration to different storage

Kan

Renowned Member
Dec 21, 2016
90
5
73
56
Hello,

Is it possible to migrate VM from a node to another node (same cluster or not) using Datacenter Manager by selecting a different storage (ex: source : local-zfs -> destination : local-zfs2) ?
 
Hi,
for running virtual machines this is possible via the UI. Otherwise, you currently need to use the CLI:
Code:
proxmox-datacenter-manager-client pve [lxc|qemu] [migrate|remote-migrate] ... --map-storage ...

EDIT: For online VM migrations, the storage types do not matter, all combinations should work. For other migrations, some combinations might not work, but migrating from the same storage type to the same storage type should always works.
 
Last edited:
  • Like
Reactions: UdoB