[SOLVED] Proxmo ZFS Pool no space left

Dexter23

Member
Dec 23, 2021
195
15
23
35
I try to restore vm but i choose the wrong storage to restore and now i have this situation (local-zfs):
1674645028785.png

if i try to stop the vm i get this error:
1674645102714.png

if i try to detach the disk of the i get this error:
1674645155645.png

i can able to connect in ssh to the pve, it is possible to remove the disk from shell?
this is the output of zfs list:
1674645242764.png
 
Hi,
are you able to access the VM? You could try to remove data from within the VM to clean up some disk space as a first step.
 
Unfortunaly no, because i restore the backup from acronis backup but the disk size is 240GB and so i can't start the vm
 
Unfortunaly no, because i restore the backup from acronis backup but the disk size is 240GB and so i can't start the vm
Okay, so the VM is not recoverable anyway. In this case it might be the easiest to destroy the zvol by running zfs destroy rpool/data/vm-100-disk-0 and then delete the VM, before restoring it to the correct storage afterwards.
 
Ah yes, you will probably have to kill the VM first by sending a KILL signal to the kvm process. ps aux | grep kvm should give you the PID of the kvm process, kill -9 <PID> will send the signal to the process with the given PID.
 
hi after kill the kvm process i do this zfs destroy rpool/data/vm-100-disk-0 and it works!!
But i can't delete the vm if i try i get this:
1674661931874.png
 
Could you post the output of qm config 100 and ls -l /etc/pve/nodes/pve01/qemu-server?
 
Okay, please mark the thread as solved in that case.