moby--moby/daemon/graphdriver/quota
Christian Brauner 7e35df0e04
Skip further checks for quota in user namespaces
Commit 7a1618ced3 regresses running Docker
in user namespaces. The new check for whether quota are supported calls
NewControl() which in turn calls makeBackingFsDev() which tries to
mknod(). Skip quota tests when we detect that we are running in a user
namespace and return ErrQuotaNotSupported to the caller. This just
restores the status quo.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2017-11-17 12:57:27 +01:00
..
errors.go Add quota support to VFS graphdriver 2017-11-06 15:53:51 -08:00
projectquota.go Skip further checks for quota in user namespaces 2017-11-17 12:57:27 +01:00
projectquota_test.go Add tests to project quotas and detection mechanism 2017-10-27 11:07:37 -07:00