-
Notifications
You must be signed in to change notification settings - Fork 117
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
Allow resizing a GPT #235
Allow resizing a GPT #235
Conversation
Introduction of methods to observe the total size and resize a GPT.
This looks pretty good. We don't have to adjust any more generic interfaces, since expanding a partition is uniquely a gpt thing. The assumption is that one would expand the partition, and then call Can we add some tests? Look at how |
Yes indeed.
Sure thing, thanks for the pointers. |
@deitch I have pushed some unit tests for the Resize and Expand functions. My apologies if this mention is not good etiquette! |
Not a problem at all. Thank you for this. Let's let CI run. |
Some linting issues. |
It should be ok now |
Looks good. Are you ready to go with this? |
Yes, it works fine for my purposes. Thank you! |
Thanks @paul-rodriguez |
These changes allow: