-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Several bunches of fixes: - Fix all shellcheck (https://github.com/koalaman/shellcheck) warnings - Add support for --dry-run argument that only echos what would be done - Add support for listing devices to check in lvcheck.conf - Add support for passing in list of devices to check from the caller - Also source an lvcheck.conf in $PWD if available - Don't check devices whose filesystem TYPE could not be determined - Support thin-LV devices - Set max-mount-count on forcing fsck Signed-off-by: Brian J. Murrell <[email protected]>
- Loading branch information
1 parent
890e31c
commit f8f5b04
Showing
2 changed files
with
83 additions
and
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,3 +44,8 @@ | |
|
||
#MINFREE=0 | ||
|
||
# CHECK_DEVICES | ||
# A list of LVs to check rather than trying to check all | ||
# LVs | ||
|
||
#CHECK_DEVICES= |