-
Notifications
You must be signed in to change notification settings - Fork 11
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
Update Spec to 1.1 and Implement Resize #15
Conversation
- Switch to go mod - Bump csi spec to 1.1.0 - Update cloudscale-go-sdk to latest release.
…-test v2.3.0, I got the version by specifying the commit hash '6931aed'. https://github.com/kubernetes-csi/csi-test/releases/tag/v2.3.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's some minor things. In general it looks pretty good.
The only thing that was a bit annoying was the mixture of code of the 1.1 upgrade and the volume expansion. I guess it would have been easier to have two pull requests, but it's fine.
One more thing that I thought of: It would be nice if we could test that no data gets lost in a disk resize. However since this is kubernetes code, I guess it's fine to just not test it. Formatting a disk completely instead of a proper resize is a potential risk that we might run into. |
There is now a check that the UUID of the ext4 filesystem does not change while resizing. |
LGTM now, thanks! |
🏆 |
…_host in the inventory.
- sembump (github.com/jessfraz/junk/sembump) is unsupported by the author and won't build on mac/windows. Make NEW_VERSION explicit. - make ... bump-version manged the low-version on the compatibility table. (cherry picked from commit fb1c08db7fb541b3807479f456306ecc811dd7e7)
# Conflicts: # Makefile
Resolves #3 |
No description provided.