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 udev rule to create symlinks using EBS volumes' device names #3977

Merged
merged 4 commits into from
May 29, 2024

Commits on May 23, 2024

  1. packages: add libnvme

    Signed-off-by: Arnaldo Garcia Rincon <[email protected]>
    arnaldo2792 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a403bcb View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. packages: add nvme-cli

    Signed-off-by: Arnaldo Garcia Rincon <[email protected]>
    arnaldo2792 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    81a1c81 View commit details
    Browse the repository at this point in the history
  2. ghostdog: add ebs-device-name command

    The new command uses nvme-cli to query the vendor data from the EBS
    volumes, which contains the device name.
    
    Signed-off-by: Arnaldo Garcia Rincon <[email protected]>
    arnaldo2792 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b832250 View commit details
    Browse the repository at this point in the history
  3. udev: update ebs-volume rules

    This adds two new rules to create symlinks for both the disks and the
    partitions, using the device name configured for the EBS volume
    
    Signed-off-by: Arnaldo Garcia Rincon <[email protected]>
    arnaldo2792 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a2c4360 View commit details
    Browse the repository at this point in the history