-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
missing validation - megaraid custom smart option raid dev target #1942
Adds previously missing '/dev/sd[a-z]' raid target device regex. This type of device is a valid target for megaraid, aacraid, and hpt drivers. Summary: - Add /dev/sd[a-z] regex (as above). - Add code comments for the above. - Add convenience raid target device regex of 'autodev': explicitly substitutes current disk by-id name (full path). Considered more robust than the above 'hard wired' device name option. - Enhance custom S.M.A.R.T options pre-processor, get_dev_options(), to handle the above 2 additional raid target device options. - Document the 'autodev' option on the "Add drive specific custom S.M.A.R.T options" page. - Improve / correct html formatting on the "Add drive specific custom S.M.A.R.T options" page.
- Loading branch information
Showing
3 changed files
with
18 additions
and
6 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