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
Ability to Mount a Persistent Volume as a Raw Device #41792
Comments
|
@raffaelespazzoli There are no sig labels on this issue. Please add a sig label by: |
|
/sig storage |
|
@kubernetes/sig-storage-misc |
|
This looks very much like #38606 |
|
I will be added the PR proposal later today for this function. I will link to this PR when I have the number |
|
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
|
looks like this issue has been solved although there could be further actions to added more backends for block devices. |
|
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
|
/close
…On Jan 25, 2018 11:39 PM, "fejta-bot" ***@***.***> wrote:
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta
<https://github.com/fejta>.
/lifecycle rotten
/remove-lifecycle stale
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#41792 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF5I3ONXX0xSW-EMUWtjGergsWS14uBZks5tOVbkgaJpZM4MHQCq>
.
|
This is a request for improvement.
Currently kubernetes will format a volume if it finds it's not formatted and always mount it as a branch of the file system.
There is some software that works better with raw devices, such as Oracle RAC for example.
This request is about allowing kubernetes to mount raw devices. Volumes that would support this should be:
The text was updated successfully, but these errors were encountered: