I'm planning on moving my VMs from an NFS share to an iSCSI/LVM share. Can anyone offer any advice on how to do this?
I'm assuming its simlar to this for moving Local to NFS...
Shutdown VM in Proxmox VE
Putty to Proxmox Host
mkdir /mnt/pve/NFSShare/images/VMID
mv -r /var/lib/vz/images/VMID/*.* /mnt/pve/NFSShare/images/VMID/
vi /etc/qemu-server/VMID.conf (Update with correct VMID/Location where 102/NFSShare used)
edit:
ide0: local:102/vm-102-disk-1.raw
to:
ide0: NFSShare:102/vm-102-disk-1.raw
Log into Proxmox Host via URL - config is loaded and ready to go. Start VM.
I'm assuming its simlar to this for moving Local to NFS...
Shutdown VM in Proxmox VE
Putty to Proxmox Host
mkdir /mnt/pve/NFSShare/images/VMID
mv -r /var/lib/vz/images/VMID/*.* /mnt/pve/NFSShare/images/VMID/
vi /etc/qemu-server/VMID.conf (Update with correct VMID/Location where 102/NFSShare used)
edit:
ide0: local:102/vm-102-disk-1.raw
to:
ide0: NFSShare:102/vm-102-disk-1.raw
Log into Proxmox Host via URL - config is loaded and ready to go. Start VM.