Hello,
I can't find a way to gain space on my Proxmox server.
My containers are working properly but I can't do any update:
apt-get update
	
	
	
		
Syslog
	
	
	
		
Here is the result of a df -h :
	
	
	
		
I do not understand why my /dev/md1 indicates 100% of use (cross-multiplication should indicates 97% isn't it ?).
I tried to erase some containers but, unfortunately, the available space stays at zero...
Do you have an idea / trick to resolve this weird problem ?
Kindest regards,
Rémi
				
			I can't find a way to gain space on my Proxmox server.
My containers are working properly but I can't do any update:
apt-get update
		Code:
	
	 Error writing to output file - write (28: No space left on device) Error writing to file - write (28: No space left on device)
	Syslog
		Code:
	
	Jun 14 00:57:44 climaxweb pveproxy[1749]: worker 12314 started
Jun 14 00:57:44 climaxweb pveproxy[1749]: worker 12315 started
Jun 14 00:57:44 climaxweb pveproxy[12312]: Warning: unable to close filehandle GEN4 properly: No space left on device at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 1572.
Jun 14 00:57:44 climaxweb pveproxy[12312]: error writing access log
Jun 14 00:57:44 climaxweb pveproxy[12312]: worker exit
Jun 14 00:57:44 climaxweb pveproxy[1749]: worker 12312 finished
Jun 14 00:57:44 climaxweb pveproxy[1749]: starting 1 worker(s)
Jun 14 00:57:44 climaxweb pveproxy[1749]: worker 12317 started
Jun 14 00:57:44 climaxweb pveproxy[12315]: Warning: unable to close filehandle GEN4 properly: No space left on device at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 1572.
Jun 14 00:57:44 climaxweb pveproxy[12315]: error writing access log
	Here is the result of a df -h :
		Code:
	
	Filesystem      Size  Used Avail Use% Mounted on
udev             16G     0   16G   0% /dev
tmpfs           3.2G  314M  2.9G  10% /run
/dev/md1        467G  455G     0 100% /
tmpfs            16G   34M   16G   1% /dev/shm
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs            16G     0   16G   0% /sys/fs/cgroup
/dev/md0        282M   53M  210M  20% /boot
/dev/fuse        30M   20K   30M   1% /etc/pve
tmpfs           3.2G     0  3.2G   0% /run/user/1000
	I do not understand why my /dev/md1 indicates 100% of use (cross-multiplication should indicates 97% isn't it ?).
I tried to erase some containers but, unfortunately, the available space stays at zero...
Do you have an idea / trick to resolve this weird problem ?
Kindest regards,
Rémi