Something happened that caused my proxmox install drive to completely fill up and run out of space causing my server to be unusable, can't login to the webui, start any CTs or VMs or do pretty much anything else. Luckily I can still ssh into the server so they my be hope yet to fix it but I can't see how to clear up disk space.
Running df -h
	
	
	
		
I see rpool/ROOT/pve-1 is using 41G and rpool/var-lib-vz is using 12G which is a few backups. I could delete the backups but I am not sure how to do that, pct and pvesm wont work because it can't load access control lists. Looking at pve-1 there doesn't appear to be anything in there to delete. I am at a loss on what to do and to repair the install. I know I could just reinstall but I would need to reconfigure by pcie passthrough and vgpu which I would like to avoid doing.
	
	
	
		
I've run various other commands to see what is taking up all the space but there is nothing I can see that would be the culprite.
				
			Running df -h
		Code:
	
	df -h
Filesystem                      Size  Used Avail Use% Mounted on
udev                             95G     0   95G   0% /dev
tmpfs                            19G   19M   19G   1% /run
rpool/ROOT/pve-1                 41G   41G     0 100% /
tmpfs                            95G     0   95G   0% /dev/shm
tmpfs                           5.0M     0  5.0M   0% /run/lock
efivarfs                        304K  151K  149K  51% /sys/firmware/efi/efivars
rpool                           128K  128K     0 100% /rpool
rpool/var-lib-vz                 12G   12G     0 100% /var/lib/vz
ProxmoxFast                     539G  384K  539G   1% /ProxmoxFast
rpool/ROOT                      128K  128K     0 100% /rpool/ROOT
rpool/data                      128K  128K     0 100% /rpool/data
tmpfs                            19G     0   19G   0% /run/user/0
	I see rpool/ROOT/pve-1 is using 41G and rpool/var-lib-vz is using 12G which is a few backups. I could delete the backups but I am not sure how to do that, pct and pvesm wont work because it can't load access control lists. Looking at pve-1 there doesn't appear to be anything in there to delete. I am at a loss on what to do and to repair the install. I know I could just reinstall but I would need to reconfigure by pcie passthrough and vgpu which I would like to avoid doing.
		Code:
	
	root@pve: du -h -x -d1 /
512     /srv
512     /opt
25K     /tmp
3.0K    /mnt
512     /home
512     /media
246M    /var
3.8M    /etc
151M    /boot
1.6G    /usr
54K     /root
1.9G    /
root@pve: du -h -x -d1 /var
80M     /var/cache
1.8M    /var/spool
888K    /var/backups
54M     /var/lib
26K     /var/tmp
512     /var/opt
512     /var/mail
512     /var/local
111M    /var/log
246M    /var
	I've run various other commands to see what is taking up all the space but there is nothing I can see that would be the culprite.