On 15/04/2025 at 14:07, Cyril Brulebois wrote:
Alexis Deberg <alexis.deberg@ovhcloud.com> (2025-04-15):We tried to leverage XFS project quotas ("prjquota") as part of our preseed install but it appears this option isn't available via debian-installer/partman-xfs which would more convenient.
Adding support for filesystem mount options is trivial. Support for "discard" was added recently for XFS. I guess support for "prjquota" could be added too.
Right, it looks like there isn't much flexibility at the moment: # Ensure label is quoted correctly log-output -t partman --pass-stdout \ mkfs.xfs ${label:+-L "$label"} -f \ $device >/dev/null || code=$?
Does using "prjquota" require extra mkfs.xfs parameters ?