Festplatte voll

frankhuelsmann

New Member
Sep 3, 2020
3
0
1
34
Hallo zusammen,

ich hatte das Problem, dass meine VM's nicht mehr gestartet werden konnten, da offenbar mein Speicherplatz voll war.
In einem anderen Beitrag habe ich gelesen, dass der Befehl

Code:
fstrim -v /

Abhilfe schaffen kann. Das hat er in meinem Fall auch. Die VM's laufen nun wieder an.
Trotzdem scheint mein Speicherplatz ungewöhnlich voll zu sein.
Backups sichere ich auf eine externe NAS.
Ich habe im folgenden Mal via parted eine Auswertung gemacht:

Code:
root@pve:~# lsblk
NAME                     MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda                        8:0    0 223.6G  0 disk
├─sda1                     8:1    0  1007K  0 part
├─sda2                     8:2    0   512M  0 part /boot/efi
└─sda3                     8:3    0 223.1G  0 part
  ├─pve-swap             253:0    0     7G  0 lvm  [SWAP]
  ├─pve-root             253:1    0  55.8G  0 lvm  /
  └─pve-vm--101--disk--3 253:2    0    12G  0 lvm 
mmcblk1                  179:0    0  29.1G  0 disk
mmcblk1boot0             179:8    0     4M  1 disk
mmcblk1boot1             179:16   0     4M  1 disk

Hier scheint es so, als ob nicht alles angezeigt wird, da die "Knoten" unterhalb von sda3 nur auf ca. 70 GB kommen.
Wofür wird der restliche Platz verbraucht?

Vielen Dank

Frank
 
'lsblk' zeigt die Gesamtgröße der Disk an. 'df -h' wäre wohl der gesuchte Befehl.

Für eine genauere Aufschlüsselung helfen auch tools wie 'ncdu':
Code:
apt install ncdu
ncdu /
 
Leider bringen mich die o.g. Befehle ebenfalls nicht weiter.
Hier die Ausgabe:

ncdu:

Code:
    9.6 GiB [##########] /mnt                                                                                                                 
    4.3 GiB [####      ] /var
    2.5 GiB [##        ] /usr
  239.4 MiB [          ] /boot
   42.7 MiB [          ] /dev
    8.9 MiB [          ] /run
    4.9 MiB [          ] /etc
  208.0 KiB [          ] /root
   32.0 KiB [          ] /tmp
   20.0 KiB [          ] /home
e  16.0 KiB [          ] /lost+found
e   4.0 KiB [          ] /srv
e   4.0 KiB [          ] /opt
e   4.0 KiB [          ] /media
.   0.0   B [          ] /proc
    0.0   B [          ] /sys
@   0.0   B [          ]  libx32
@   0.0   B [          ]  lib64
@   0.0   B [          ]  lib32
@   0.0   B [          ]  sbin
@   0.0   B [          ]  lib
@   0.0   B [          ]  bin


und df -h:

Code:
root@pve:~# df -h
Filesystem                                   Size  Used Avail Use% Mounted on
udev                                         3.9G     0  3.9G   0% /dev
tmpfs                                        789M  9.0M  780M   2% /run
/dev/mapper/pve-root                          55G  7.2G   45G  14% /
tmpfs                                        3.9G   43M  3.9G   2% /dev/shm
tmpfs                                        5.0M     0  5.0M   0% /run/lock
tmpfs                                        3.9G     0  3.9G   0% /sys/fs/cgroup
/dev/sda2                                    511M  312K  511M   1% /boot/efi
/dev/fuse                                     30M   16K   30M   1% /etc/pve
xxxx:/mnt/HD/HD_a2/proxmox_backup  1.8T  616G  1.2T  34% /mnt/pve/NAS_Backup
tmpfs

Hier nochmal ein Screenshot der Auslastungsanzeige des local-lvm in der Weboberfläche:

1599147169410.png
 
Mir ist noch eine Sache aufgefallen. Ich habe offenbar 140GB als LVM Thin reserviert.
Leider hab ich noch nicht ganz begriffen, was das ist, bzw. wofür das benötigt wird. Könnte es damit zusammenhängen?
 
PVE teilt den root storage per default in einen Teil LVM (statisch vergebener Speicher) und LVM-thin (dynamisch aufgeteilter Speicher, für VMs/CTs) auf. (Dazu hilft auch unsere Doku)

Aus dem Screenshot geht klar hervor, dass der LVM-thin Teil (by default benannt 'local-lvm' voll ist. Da es sich dabei um ein thin-pool handelt, wird das nicht in 'df' dargestellt, und scheint auch nicht in 'lsblk' als partitionen auf.

Größere Festplatte kaufen oder VMs löschen :)
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!