podman/pkg/domain
Giuseppe Scrivano 91ead15283
volume: add new option -o o=noquota
add a new option to completely disable xfs quota usage for a volume.

xfs quota set on a volume, even just for tracking disk usage, can
cause weird errors if the volume is later re-used by a container with
a different quota projid.  More specifically, link(2) and rename(2)
might fail with EXDEV if the source file has a projid that is
different from the parent directory.

To prevent such kind of issues, the volume should be created
beforehand with `podman volume create -o o=noquota $ID`

Closes: https://github.com/containers/podman/issues/14049

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2022-04-28 13:29:01 +02:00
..
entities enable gocritic linter 2022-04-26 18:12:22 +02:00
filters Allow filtering of "removing", it is a valid status 2022-04-24 06:07:10 -04:00
infra volume: add new option -o o=noquota 2022-04-28 13:29:01 +02:00
utils bump go module to version 4 2022-01-18 12:47:07 +01:00