On my proxmox node running PVE 5.1-4, /dev/mapper/pve-root is 100% full. How to sort out this issue ?

IT_Infra_Support

New Member
Jun 8, 2023
9
0
1
root@Node2:~# df -H
Filesystem Size Used Avail Use% Mounted on
udev 34G 0 34G 0% /dev
tmpfs 6.8G 699M 6.1G 11% /run
/dev/mapper/pve-root 101G 101G 0 100% /
tmpfs 34G 60M 34G 1% /dev/shm
tmpfs 5.3M 0 5.3M 0% /run/lock
tmpfs 34G 0 34G 0% /sys/fs/cgroup
/dev/fuse 32M 62k 32M 1% /etc/pve
tmpfs 6.8G 0 6.8G 0% /run/user/0
 

Attachments

  • Captureproxmox.JPG
    Captureproxmox.JPG
    152.5 KB · Views: 12
  • Captureproxmox1.PNG
    Captureproxmox1.PNG
    14.4 KB · Views: 11
Eine Uptime von über zwei Jahren zeugt von vernachlässigter Wartung und Pflege. Scnr.

Kandidaten zum Löschen findet man oft in /var/log. Ich taste mich meist schrittweise 'runter und fange mit cd /; du -k -s * | sort -n oder auch apt clean an.

Viel Erfolg

Edit: usually I write English in the German forum...

You need to delete some files to free up space. Look into /var/log and delete (very) old files. If you delete the current log files you need to restart rsyslog to make the running daemon let go the currently open file. Run cd /; du -k -s * | sort -n to find the largest folders. "cd" into them and repeat the "du"-command. The apt cache can be cleared by apt clean without any loss of installed packages.
 
Last edited: