I currently have a setup with 3 VMs and 1 container. In total, they take up 30+250+1000+100=1380gb out of the total 1.8tb available on my local-zfs. For some reason, my
Is there any way to increase the space on
This is the output of `df -h` on the host
And here is the output of lsblk
I'm assuming
so where is the local (storage) partition if I want to increase it?
Is it
What could be sucking up all the space so quickly on boot?
Thanks in advance for any help or advice
local (host)
only has 2gb (1.78gb usable) assigned to it! It uses about 1.78gb on boot and I'm running into an issue where some process is creating files and filling it up within seconds. Upon reboot, it has space but then fills up equally fast.Is there any way to increase the space on
local (storage)
? Or any advice on debugging this?This is the output of `df -h` on the host
Code:
root@host:~# df -h
Filesystem Size Used Avail Use% Mounted on
udev 7.8G 0 7.8G 0% /dev
tmpfs 1.6G 9.1M 1.6G 1% /run
rpool/ROOT/pve-1 1.8G 1.8G 1.8M 100% /
tmpfs 7.9G 37M 7.8G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup
rpool 1.9M 128K 1.8M 7% /rpool
rpool/data 1.9M 128K 1.8M 7% /rpool/data
rpool/ROOT 1.9M 128K 1.8M 7% /rpool/ROOT
rpool/data/subvol-102-disk-0 834M 832M 1.8M 100% /rpool/data/subvol-102-disk-0
/dev/fuse 30M 20K 30M 1% /etc/pve
tmpfs 1.6G 0 1.6G 0% /run/user/0
And here is the output of lsblk
Code:
root@host:~# lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL
NAME FSTYPE SIZE MOUNTPOINT LABEL
sda 9.1T
└─sda1 ext4 9.1T
zd0 16.5G
zd16 16.5G
zd32 1.5G
zd48 1000G
├─zd48p1 1M
└─zd48p2 ext4 1000G
zd64 100G
├─zd64p1 1M
└─zd64p2 ext4 100G
zd80 250G
├─zd80p1 1M
└─zd80p2 ext4 250G
zd96 8.5G
zd112 16.5G
nvme0n1 zfs_member 1.9T rpool
├─nvme0n1p1 zfs_member 1007K rpool
├─nvme0n1p2 vfat 512M rpool
└─nvme0n1p3 zfs_member 1.9T rpool
I'm assuming
zd48
, zd64
and zd80
are my VMs and that the container says it's root disk is local-zfs:subvol-102-disk-0
meaning it shouldn't be taking any space on local (storage)
... so where is the local (storage) partition if I want to increase it?
Is it
zd32
? Why only 1.5G? What are all of the 16.5G partitions??What could be sucking up all the space so quickly on boot?
Thanks in advance for any help or advice
Last edited: