F friendodevil Member Apr 5, 2022 39 3 8 Jul 16, 2022 #1 What's the right way to migrate a VM from local-LVM drive to a ZFS based drive?
bbgeek17 Distinguished Member Nov 20, 2020 4,940 1,556 198 Blockbridge www.blockbridge.com Jul 16, 2022 #2 Code: qm move-disk <vmid> <disk> [<storage>] [OPTIONS] Move volume to different storage or to a different VM. ref: man qm Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
Code: qm move-disk <vmid> <disk> [<storage>] [OPTIONS] Move volume to different storage or to a different VM. ref: man qm Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
Dunuin Distinguished Member Jun 30, 2020 14,796 4,717 258 Germany Jul 16, 2022 #3 And you can also move the virtual disks between local storages using the webUI in the VMs hardware tab.
And you can also move the virtual disks between local storages using the webUI in the VMs hardware tab.