Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shellcheck fixes; --dry-run; only check written #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

brianjmurrell
Copy link

@brianjmurrell brianjmurrell commented Apr 5, 2018

Fixes: #2

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
  • Only check filesystems that have been written since their last check
  • 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
  • Update max-mount-count when trying to force an fsck on next boot

Signed-off-by: Brian J. Murrell [email protected]

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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

thin LV support
1 participant