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.
Block creation of system reserved Share names rockstor#2881
Use/extend existing knowledge of system associated subvolumes to avoid breaking (optional) ROOT pool import, and non-optional system unique share names. Includes: - Addition of CREATE_SUBVOL_EXCLUDE list. - Block creation of all currently EXCLUDED subvol names, previously used only to avoid Web-UI surfacing. - Incidental string.format to fstrings in share.py. - Additional unit test to exercise added Share creation filter.
- Loading branch information
Showing
3 changed files
with
60 additions
and
45 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
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
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