-
Notifications
You must be signed in to change notification settings - Fork 89
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 API method resize_disk for managed disks #660
Implement API method resize_disk for managed disks #660
Conversation
|
@vicwicker can you please sign the CLA? |
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.
Looks good overall, it might be hard to test but can you write some integration tests? If anything if it fails in pipelines we(BOSH team) will fix it
@lnguyen I added a integration test: 5a70b1a Other behaviours raise a The summary of the new integration test is:
|
In cloudfoundry/bosh-aws-cpi-release#123 we had some findings in the AWS CPI resize implementation which could be useful here. Just adding it as context. |
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.
LGTM
Is there anything left to do here or could we maybe merge this? Thanks! |
There is still one review open. We have a police to have two reviews per pr. |
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.
Sorry for the delay. Looks great. Thanks!
Checklist:
Please check each of the boxes below for which you have completed the corresponding task:
Unit Test output:
Rubocop output:
Changelog