I would like to contribute some additional information to https://pve.proxmox.com/wiki/Moving_disk_image_from_one_KVM_machine_to_another. How do i do this?
5. Now, using Proxmox Web Admin, we can delete the disks from the "old" VM-108 so they will be "unused".
6. To do a hot addition of the new disk(s) you will need to manually edit the <vm>.conf:
5. Now, using Proxmox Web Admin, we can delete the disks from the "old" VM-108 so they will be "unused".
6. To do a hot addition of the new disk(s) you will need to manually edit the <vm>.conf:
- nano /etc/pve/qemu-server/101.conf
- Add line(s):
unused0: pve-pulpo/vm-101-disk-1
unused1: pve-pulpo/vm-101-disk-2
- nano /etc/pve/qemu-server/108.conf
- Delete line(s):
unused0: pve-pulpo/vm-108-disk-3
unused1: pve-pulpo/vm-108-disk-4
- Refresh the Proxmox Web Admin. On the "new" VM-101, we'll have the disks as "unused", so we can add them.