Skip to content

C2DEVEL-13229: update to version 1.21#10

Open
CrocBomber wants to merge 50 commits intorelease-1.21from
c2-over-v1.21
Open

C2DEVEL-13229: update to version 1.21#10
CrocBomber wants to merge 50 commits intorelease-1.21from
c2-over-v1.21

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?

Alexandr Chernev and others added 16 commits July 20, 2023 15:02
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
Volumes: []testsuites.VolumeDetails{
{
ClaimSize: diskSize,
VolumeType: defaultVoluemType, // без этой строки ebs-plugin ругался: Unknown VolumeType

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

тут опечатка?

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