How to create a separate disk for a container
AlifeLine opened this issue · 4 comments
Could you show lxc config show --expanded test2
?
What storage backend is this on?
zfs, lvm and ceph will have df -h
show the limit in the container. dir
only does if the filesystem has project quotas setup (not very common) and btrfs
never does, though limits are enforced on btrfs through quotas.
The behavior above suggests you're on btrfs and this would indeed be the expected behavior there.
What storage backend is this on?
zfs, lvm and ceph will have
df -h
show the limit in the container.dir
only does if the filesystem has project quotas setup (not very common) andbtrfs
never does, though limits are enforced on btrfs through quotas.The behavior above suggests you're on btrfs and this would indeed be the expected behavior there.
ok thanks,I have gained knowledge.