Files
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
..
2022-04-25 11:53:57 -04:00
2022-04-25 11:53:57 -04:00
2022-04-14 10:58:36 +02:00
2022-04-12 15:51:39 -05:00
2022-04-25 11:53:57 -04:00
2022-04-25 11:53:57 -04:00
2022-03-19 10:05:43 +01:00
2022-04-25 11:53:57 -04:00