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

WIP: add AWS EBS NVMe udev rules #476

Closed
wants to merge 1 commit into from

Conversation

bh7cw
Copy link
Contributor

@bh7cw bh7cw commented Jun 16, 2020

Add the udev rules for AWS EBS NVMe.

Copy link
Member

@jlebon jlebon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution! Can you squash all your commits into a single one and add a commit message there on why we want these rules? Also, was this script taken from somewhere? If so, could you add a link to it in the commit message as well?

overlay.d/05core/usr/lib/udev/bin/aws-ebs-nvme-id Outdated Show resolved Hide resolved
fi
}

while getopts "hd:n:" o; do
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These options are pretty cryptic. Can we use long opts instead?

@dustymabe
Copy link
Member

In coreos/fedora-coreos-tracker#104 (comment) we had a suggestion from the community to maybe try to get these udev rules into systemd. So I started a discussion upstream about that. Upstream systemd seems willing to accept rules on a case by case basis. Should we try to see if they'll accept rules upstream first?

The script is from Container Linux: coreos/fedora-coreos-tracker#104 (comment), I changed it and tested to make sure it works on fcos.
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.

None yet

4 participants