-
Notifications
You must be signed in to change notification settings - Fork 814
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
Fix raw block volume resizing for EBS #346
Comments
@wongma7 will you have time to fix this? |
/assign |
It's more explicit to return |
Yeah, @leakingtapan let's help review container-storage-interface/spec#381 & container-storage-interface/spec#380 to get volume capability passed to ControllerExpandVolume |
I can understand not do node resize for block volume. But what does |
the |
/assign @sreis |
@leakingtapan: GitHub didn't allow me to assign the following users: sreis. Note that only kubernetes-sigs members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@gnufied what's version with the kubernetes support NodeExpandVolume for raw block volume? v1.14&v1.15 doesn't support it? |
@zhucan There is not feature flag for raw block volume expansion, it fall under |
@leakingtapan Yes, In my kubernetes cluster(v1.15.0), The expansion(NodeExpandVolume) for raw block not be called. |
/kind bug |
Issues go stale after 90d 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. |
/remove-lifecycle stale |
@leakingtapan I took the liberty to "unstale" this ... should bugs, especially those you already triaged and marked as such, ever go stale? |
Thx for doing this. It looks fejta-bot isn’t smart enough to figure out if the issue is triaged or not... and I don’t have more time to work on the fix |
Issues go stale after 90d 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. |
/remove-lifecycle stale |
/lifecycle frozen |
/assign |
We need to fix raw block volume resizing (
NodeExpandVolume
) to not resize the volume if givenvolume_path
in resize request is a block device and not a mounted file system.The text was updated successfully, but these errors were encountered: