Hi all,
I have PVE installed on a 500GB ssd with swap set to be 0 in installer. However, after a week, local in the node becomes full. What gives?
This local has 100GB but the usage reaches nearly 100%. I have never mounted any network storage to PVE nor made backup of VMs on PVE. However, I have a 8TB HDD and another 500GB SSD passthoughed to different VMs using methods provided in https://pve.proxmox.com/wiki/Passthrough_Physical_Disk_to_Virtual_Machine_(VM)
I am using PVE 7.2-4.
After trying to search for answers, I tried the following commands:
after running
I got the following result

and for

I still can't figure out what takes up so much space.
Any help would be appreciate.
I have PVE installed on a 500GB ssd with swap set to be 0 in installer. However, after a week, local in the node becomes full. What gives?
This local has 100GB but the usage reaches nearly 100%. I have never mounted any network storage to PVE nor made backup of VMs on PVE. However, I have a 8TB HDD and another 500GB SSD passthoughed to different VMs using methods provided in https://pve.proxmox.com/wiki/Passthrough_Physical_Disk_to_Virtual_Machine_(VM)
I am using PVE 7.2-4.
After trying to search for answers, I tried the following commands:
Code:
root@pve:~# du -sx /*
0 /bin
172328 /boot
0 /dev
5172 /etc
114116 /home
0 /lib
0 /lib32
0 /lib64
0 /libx32
16 /lost+found
4 /media
4 /mnt
4 /opt
du: cannot access '/proc/41564': No such file or directory
du: cannot access '/proc/41565/task/41565/fd/4': No such file or directory
du: cannot access '/proc/41565/task/41565/fdinfo/4': No such file or directory
du: cannot access '/proc/41565/fd/3': No such file or directory
du: cannot access '/proc/41565/fdinfo/3': No such file or directory
0 /proc
60 /root
1636 /run
0 /sbin
4 /srv
0 /sys
40 /tmp
3377188 /usr
16286732 /var
Code:
root@pve:~# find / -type f -size +1000M
/var/lib/vz/template/iso/manjaro-kde-21.2.6-minimal-220416-linux515.iso
/var/lib/vz/template/iso/ThinPC_110415_EVAL_x86fre.iso
/var/lib/vz/template/iso/Win8.1_English_x64.iso
/var/lib/vz/template/iso/19044.1288.211006-0501.21h2_release_svc_refresh_CLIENT_LTSC_EVAL_x64FRE_en-us.iso
/proc/kcore
find: ‘/proc/42485/task/42485/fdinfo/5’: No such file or directory
find: ‘/proc/42485/fdinfo/6’: No such file or directory
Code:
root@pve:~# df -h
Filesystem Size Used Avail Use% Mounted on
udev 7.7G 0 7.7G 0% /dev
tmpfs 1.6G 1.6M 1.6G 1% /run
/dev/mapper/pve-root 94G 88G 1.9G 98% /
tmpfs 7.8G 46M 7.7G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
/dev/nvme1n1p2 511M 328K 511M 1% /boot/efi
/dev/fuse 128M 20K 128M 1% /etc/pve
tmpfs 1.6G 0 1.6G 0% /run/user/0
Code:
root@pve:~# lvs -a
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
data pve twi-aotz-- <346.20g 11.92 0.88
[data_tdata] pve Twi-ao---- <346.20g
[data_tmeta] pve ewi-ao---- <3.54g
[lvol0_pmspare] pve ewi------- <3.54g
root pve -wi-ao---- 96.00g
snap_vm-104-disk-0_clean pve Vri---tz-k 32.00g data
vm-100-disk-0 pve Vwi-aotz-- 32.00g data 71.23
vm-100-disk-1 pve Vwi-aotz-- 4.00m data 14.06
vm-100-disk-2 pve Vwi-a-tz-- 1.00g data 0.00
vm-101-disk-0 pve Vwi-a-tz-- 4.00m data 14.06
vm-102-disk-0 pve Vwi-a-tz-- 60.00g data 11.66
vm-103-disk-0 pve Vwi-a-tz-- 4.00g data 3.89
vm-104-disk-0 pve Vwi-a-tz-- 32.00g data snap_vm-104-disk-0_clean 32.67
after running
Code:
ncdu -x /

and for
ncdu /
I still can't figure out what takes up so much space.
Any help would be appreciate.