Thin-provisioning is at the block storage level, so it does not matter what filesystem you run on top as long as it is able to discard free space. At the moment, I do not think that there is a way to change the filesystem, because it is hard coded in the source:
You cannot run XFS inside of a container due to the limitation I mentioned.
If I understand you correctly, you try to run
LVM -> xfs -> directory storage -> raw file -> ext 4 -> container
which will not solve any of your problems, just increase the complexity, number of layers and will at best yield the same performance as running containers directly on LVM like this
LVM -> ext4 -> container
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.