Proxmox KVM storage migration from local to NFS

In order to be able to use the live partition migration in Proxmox, the KVM partition needs to be on NFS or iSCSI.

Here is the process for an NFS storage.

- shut down vm- rsync -av /var/lib/vz/images/<VMID> /mnt/pve/<NFS VOL>/images/- edit /etc/qemu-server/<VMID>.conf- change ide0: local:<VMID>/vm-<VMID>-disk-1.raw to ide0: <NFS VOL>:<VMID>/vm-<VMID>-disk-1.raw- start up vm