mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
This patch adds the capability for the VFS graphdriver to use XFS project quotas. It reuses the existing quota management code that was created by overlay2 on XFS. It doesn't rely on a filesystem whitelist, but instead the quota-capability detection code. Signed-off-by: Sargun Dhillon <sargun@sargun.me> Upstream-commit: 7a1618ced359a3ac921d8a05903d62f544ff17d0 Component: engine