You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For convenience we should provide a command to set the threshold, right now it's something like echo 1 > /sys/fs/btrfs/$uuid/qgroups/drop_subtree_threshold where the uuid must be found by other means.
Related note: we also have per-filesystem quota_override, an command may be also good, with unified naming. We have the property command so current suggestion is to set it like that instead of adding set/get command to quota or qgroup.
The text was updated successfully, but these errors were encountered:
For convenience we should provide a command to set the threshold, right now it's something like
echo 1 > /sys/fs/btrfs/$uuid/qgroups/drop_subtree_threshold
where the uuid must be found by other means.Related note: we also have per-filesystem
quota_override
, an command may be also good, with unified naming. We have the property command so current suggestion is to set it like that instead of adding set/get command to quota or qgroup.The text was updated successfully, but these errors were encountered: