Local Storage filled up over the last couple of days

kronask

New Member
Dec 5, 2023
3
0
1
Hi, I have a proxmox server setup and it has been running great for over a year now but now the storage "local" that (idk why) has 100GB allocated to it is almost full and there is nothing stored on it ( at least not when I go throught the UI and click on every subtype that could be stored on there its all empty)

Bash:
root@proxmox:/etc/pve# cat storage.cfg
lvmthin: local-lvm
        thinpool data
        vgname pve
        content images,rootdir

dir: ISO
        path /tank/isos
        content vztmpl,iso
        prune-backups keep-all=1
        shared 0

dir: VM-Drives
        path /tank/vm-drives
        content rootdir,images
        prune-backups keep-all=1
        shared 0

dir: Backups
        path /tank/backups
        content snippets,backup
        prune-backups keep-all=1
        shared 0

dir: local
        path /var/lib/vz
        content iso,images,snippets,backup,rootdir,vztmpl
        prune-backups keep-all=1

dir: USB
        path /mnt/usb-drive
        content backup
        prune-backups keep-all=1
        shared 0

nfs: PVE_Papa
        export /tank/remote_backups_jonas
        path /mnt/pve/PVE_Papa
        server 192.168.178.2
        content backup
        prune-backups keep-all=1


This is my output from my storage config. The USB is just a USB Sata Drive attached Where I save some backups and the PVE_Papa is a NFS mount that mounts to my dads PVE for offside backups.

1741090474070.png