-
Notifications
You must be signed in to change notification settings - Fork 77
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
NVMe Device Configuration #235
Comments
Similar to #138 |
I think this could be called "best practice" instead of "workaround", actually. :-) |
@shishir-a412ed is cleaning up @mvollmer patch to remove hard coded assumptions about partition name being '${dev}1'. Once that patch gets merged, this problem should be solved. |
Related (but possibly distinct) c-s-s fails to
|
So it's definitely
And yeah the comment. Ick. We can use sysfs for this, something like |
Receiving
ERROR: Partition specification unsupported at this time.
when attempting to run docker-storage-setup with nvme device. This is due to a bug with the device configuration validation routine believing that I've chosen a partition rather than a device.Configuration:
Workaround:
Create docker volume group manually and remove DEVS line.
The text was updated successfully, but these errors were encountered: