I have an Ubuntu 18.04 Mysql container to which I've allocated 80GB. The underlying FS is ZFS. However, in the container I see this:
Why is 32Gb allocated to tmpfs and / only has 19G available? (The Windows/subvol name stems from the SSD I'm using here)
This is how my container is configured:
I did read https://pve.proxmox.com/wiki/Linux_Container#pct_mount_points, but it doesn't shed light on the problem for me.
Code:
# df -h
Filesystem Size Used Avail Use% Mounted on
Windows/subvol-120-disk-0 40G 21G 19G 54% /
none 492K 0 492K 0% /dev
udev 32G 0 32G 0% /dev/tty
tmpfs 32G 0 32G 0% /dev/shm
tmpfs 32G 120K 32G 1% /run
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 32G 0 32G 0% /sys/fs/cgroup
tmpfs 6.3G 0 6.3G 0% /run/user/0
Why is 32Gb allocated to tmpfs and / only has 19G available? (The Windows/subvol name stems from the SSD I'm using here)
This is how my container is configured:
I did read https://pve.proxmox.com/wiki/Linux_Container#pct_mount_points, but it doesn't shed light on the problem for me.
Last edited: