forked from rockstor/rockstor-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drop qgroupid in share create when quotas are disabled rockstor#2506
Previously we passed our -1/-1 'quotas disabled' flag value to btrfs subvol create and it was silently ignored. This no longer works: resulting in an error: 'invalid qgroupid ...'. So drop the use of '-i qgroupid' when our flag value is found. Includes updated docstrings for the altered code. Also includes contextual fix re typo in two log entries that advice on quota indeterminate remedial action: "btrfs qgroup disable" corrected to "btrfs quota disable"
- Loading branch information
Showing
1 changed file
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters