My current installation of Proxmox 6.3-2 is configured for my vms to run on a local SSD. I have the SSD setup as an LVM.
I wanted to test the snapshot feature, but I receive an error, "The current guest configuration does not support taking new snapshots"
I don't want to run my virtual machines off of my CIFS drive, so I am trying to convert the files.
How do you edit the location of the VM's drive? I tried editing the config above and changing the extension. I also tried to navigate to /var/lib/vz/images/101 but there is no data passed "images".
How do I tell the VM where the location of the "new" disk is?
Is it possible to do this on an LVM? Or is this truly limited to only network storage virtual machines?
I wanted to test the snapshot feature, but I receive an error, "The current guest configuration does not support taking new snapshots"
- I found I can use the "Move Disk" feature in GUI, select the same as current source - However my "qcow2" option is greyed out
I don't want to run my virtual machines off of my CIFS drive, so I am trying to convert the files.
- I have tried converting the file using:
Code:
qemu-img convert -f raw -O qcow2 /dev/VMs/vm-101-disk-0 /dev/VMs/vm-101-disk-0.qcow2
- This appears to convert successfully, but after this is done. My virtual machines cannot access disk.
- I have tried editing the config:
Code:
/etc/pve/qemu-server/101.config
- This just results in the error "TASK ERROR: unable to parse volume filename 'vm-101-disk-0'"
How do you edit the location of the VM's drive? I tried editing the config above and changing the extension. I also tried to navigate to /var/lib/vz/images/101 but there is no data passed "images".
How do I tell the VM where the location of the "new" disk is?
Is it possible to do this on an LVM? Or is this truly limited to only network storage virtual machines?