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

Add support for device types and predictable device paths #235

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 14, 2024

  1. Add better error logging on smartctl exec failure

    We will now log a warning if smartctl path passed via command line is invalid.
    
    Signed-off-by: Piotr Dobrowolski <[email protected]>
    Informatic committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    1c9c694 View commit details
    Browse the repository at this point in the history
  2. Add support for autoscan device types and predictable device paths

    This adds a new command line option allowing for customization of
    autodetected device types and enables use of special "by-id" device type
    that forces use of predictable device paths (/dev/disk/by-id/...)
    
    Relevant change to device name parsing regular expression is included
    now, so predictable device paths are now also usable when directly
    specified.
    
    Signed-off-by: Piotr Dobrowolski <[email protected]>
    Informatic committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    4c5f721 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    319184c View commit details
    Browse the repository at this point in the history