Hi,
I have an LXC container that has a big storage defined in the web UI ("900G") but the filesystem seems not to have taken the last resizes commands into account.
Here is the current state of the storage:
On the container:
On the Proxmox host:
Could you please explain me that size difference (defined vs mesured)?
Regards
I have an LXC container that has a big storage defined in the web UI ("900G") but the filesystem seems not to have taken the last resizes commands into account.
Here is the current state of the storage:
On the container:
Code:
#df -h
Filesystem Size Used Avail Use% Mounted on
rpool/data/subvol-183-disk-0 806G 643G 163G 80% /
none 492K 4,0K 488K 1% /dev
tmpfs 63G 200K 63G 1% /dev/shm
tmpfs 63G 8,2M 63G 1% /run
tmpfs 5,0M 0 5,0M 0% /run/lock
tmpfs 63G 0 63G 0% /sys/fs/cgroup
On the Proxmox host:
Code:
# zfs list rpool/data/subvol-183-disk-0
NAME USED AVAIL REFER MOUNTPOINT
rpool/data/subvol-183-disk-0 643G 163G 643G /rpool/data/subvol-183-disk-0
# cat /etc/pve/local/lxc/183.conf
#production
arch: amd64
cpulimit: 0
cpuunits: 1000
hostname: xxx
memory: 24576
net0: name=eth0,bridge=vmbr2,gw=x.x.x.x,hwaddr=6A:75:2E:5D:15:79,ip=x.x.x.x/26,type=veth
onboot: 1
ostype: debian
rootfs: local-zfs:subvol-183-disk-0,size=900G
swap: 4096
# pveversion
pve-manager/6.3-6/2184247e (running kernel: 5.4.44-1-pve)
Could you please explain me that size difference (defined vs mesured)?
Regards
Last edited: