-
Notifications
You must be signed in to change notification settings - Fork 808
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
Implement raw block volume support #215
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: leakingtapan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Interesting e2e failure that I haven't seen before:
What's surprising is that even the token
|
From the following logs:
Should be the volume Its weird that at
And at
I also saw |
Pull Request Test Coverage Report for Build 460
💛 - Coveralls |
* Add unit test
Override the coverage drop (-0.05%)since it is caused by the |
OCPBUGS-6355: Rebase to v1.15.0 for OCP 4.13
Is this a bug fix or adding new feature?
Ref: #101
What is this PR about? / Why do we need it?
To reach feature parity for in-tree ebs plugin and to support CSI migration, adding support for raw block volume
What testing is done?
Manually tested using:
pvc
pod
verified the device is accessible using
dd
: