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

Diff between c2 and original #1

Open
wants to merge 44 commits into
base: parent
Choose a base branch
from
Open

Diff between c2 and original #1

wants to merge 44 commits into from

Conversation

CrocBomber
Copy link
Owner

Is this a bug fix or adding new feature?

What is this PR about? / Why do we need it?

What testing is done?

Aleksey Efimov and others added 30 commits July 22, 2021 00:28
Alexandr Chernev and others added 14 commits October 22, 2021 17:18
C2DEVEL-11144: fix test execution
AWS ResizeDisk method doesn't work with C2 cloud, because
its EC2 API doesn't implement DescribeVolumesModifications
method, which is used for detecting pending modifications.

The resize functionality for C2 cloud was implemented in
new method: ResizeDiskC2. It checks pending modifications
via ModifyVolume API method.

Now ResizeDiskC2 is used instead of ResizeDisk in all
project (including tests).
Original and target sizes of C2 volumes must be divisible by 8.

Test documentation updates:
1. fix commands for e2e test run: escape "[]" symbols
2. move resize test from "red" to "green"
3. remove duplicates from e2e tests list
C2DEVEL-11573: implement EBS volume resizing via CSI
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.

5 participants