-
Notifications
You must be signed in to change notification settings - Fork 46
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 references by disk path #112
Comments
I am trying to figure out how to compute the devpath for a block device. Let's say I have a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Each Linux disk has a bus path e.g.
pci-0000:00:17.0-ata-4-part1
and can be referenced by it. Booster should be able to handle references like/dev/disk/by-path/pci-0000:00:17.0-ata-4-part1
The text was updated successfully, but these errors were encountered: