We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
zenfs
Paths to devices in ZenFS have to be given without leading /dev/ prefix. This is a source of confusion for new users. It is also not documented.
/dev/
We should allow zenfs utility and RocksDB URI to use absolute paths for devices.
The text was updated successfully, but these errors were encountered:
Yes ! That will also allow using /dev/disk/by-id/xxx as these are stable device names that do not depend on the scan order on boot.
Sorry, something went wrong.
We might also have issues with using /dev/mapper/... with the current implementation.
/dev/mapper/...
No branches or pull requests
Paths to devices in ZenFS have to be given without leading
/dev/
prefix. This is a source of confusion for new users. It is also not documented.We should allow
zenfs
utility and RocksDB URI to use absolute paths for devices.The text was updated successfully, but these errors were encountered: