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
The probePartitions very good function to fine partition by LABEL. But if partition exist on CDROM drive this function cannot open disk in RW mode.
Should Talos open disk in that mode?
https://github.com/talos-systems/go-blockdevice/blob/d9811569588ba44be878a00ce316f59a37abed8b/blockdevice/blockdevice_linux.go#L51-L53
Open disk in readonly mode will help me to solve such problems:
https://github.com/talos-systems/talos/pull/4208/files#diff-56bcd8b6a4ae3a3ab4e9c6b00620c389a03c2f6bcd584eb3e2ab495b89559c3cR317-R340
The text was updated successfully, but these errors were encountered:
feat: make probe always open blockdevices in readonly mode
a9cf3be
Fixes: siderolabs#44 Signed-off-by: Artem Chernyshev <[email protected]>
e367f9d
Unix4ever
Successfully merging a pull request may close this issue.
The probePartitions very good function to fine partition by LABEL. But if partition exist on CDROM drive this function cannot open disk in RW mode.
Should Talos open disk in that mode?
https://github.com/talos-systems/go-blockdevice/blob/d9811569588ba44be878a00ce316f59a37abed8b/blockdevice/blockdevice_linux.go#L51-L53
Open disk in readonly mode will help me to solve such problems:
https://github.com/talos-systems/talos/pull/4208/files#diff-56bcd8b6a4ae3a3ab4e9c6b00620c389a03c2f6bcd584eb3e2ab495b89559c3cR317-R340
The text was updated successfully, but these errors were encountered: