mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
1ec689c4c2
Before this change, cleanup of the btrfs driver (occuring on each daemon
shutdown) resulted in disabling quotas. It was done with an assumption
that quotas can be enabled or disabled on a subvolume level, which is
not true - enabling or disabling quota is always done on a filesystem
level.
That was leading to disabling quota on btrfs filesystems on each daemon
shutdown.
This change fixes that behavior and removes misleading `subvol` prefix
from functions and methods which set up quota (on a filesystem level).
Fixes: #34593
Fixes:
|
||
---|---|---|
.. | ||
btrfs.go | ||
btrfs_test.go | ||
dummy_unsupported.go | ||
version.go | ||
version_test.go |