Skip to content
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

Merged
merged 25 commits into from
Apr 22, 2020
Merged

Update Spec to 1.1 and Implement Resize #15

merged 25 commits into from
Apr 22, 2020

Conversation

alakae
Copy link
Contributor

@alakae alakae commented Apr 14, 2020

No description provided.

Copy link
Contributor

@davidhalter davidhalter left a 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.

driver/node.go Outdated Show resolved Hide resolved
driver/controller.go Show resolved Hide resolved
driver/controller.go Outdated Show resolved Hide resolved
@davidhalter
Copy link
Contributor

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.

@alakae
Copy link
Contributor Author

alakae commented Apr 16, 2020

There is now a check that the UUID of the ext4 filesystem does not change while resizing.

@davidhalter
Copy link
Contributor

LGTM now, thanks!

@splattner
Copy link

🏆

alakae and others added 6 commits April 22, 2020 08:58
- 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
@alakae alakae merged commit 44f95c4 into cloudscale-ch:master Apr 22, 2020
@alakae alakae deleted the update branch April 22, 2020 12:17
@alakae
Copy link
Contributor Author

alakae commented Apr 22, 2020

Resolves #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants