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

OCPBUGS-19720: Ensure volume is removed before returning success (#90) #22

Merged
merged 4 commits into from Sep 25, 2023

Conversation

awels
Copy link

@awels awels commented Jul 6, 2023

What this PR does / why we need it:
When removing a volume from a VM, ensure that the volume is actually removed from the VM before returning nil from the ControllerUnpublishVolume function.
Added EnsureVolumeRemoved function to virtClient

Should fix periodic failure.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

Special notes for your reviewer:

Release note:

NONE

When removing a volume from a VM, ensure that the volume is
actually removed from the VM before returning nil from the
ControllerUnpublishVolume function.

Added EnsureVolumeRemoved function to virtClient

Signed-off-by: Alexander Wels <awels@redhat.com>
@openshift-ci openshift-ci bot requested review from aglitke and ydayagi July 6, 2023 20:30
mfranczy and others added 2 commits September 5, 2023 14:25
Signed-off-by: Marcin Franczyk <marcin0franczyk@gmail.com>
* Increased timeout of csi-provisioner and
csi-attacher. This fixes random failures
in the k8s e2e test.

Cleaned up some linter issues with using
deprecated functions.

Ignore server rejection errors from kubevirt
addvolume/removevolume and retry them.

Signed-off-by: Alexander Wels <awels@redhat.com>

* Address review comments.
Aligned retry-interval-max between csi-provisioner and
csi-attacher

Signed-off-by: Alexander Wels <awels@redhat.com>

* Use exponetial backoff instead of poll immediate

Signed-off-by: Alexander Wels <awels@redhat.com>

---------

Signed-off-by: Alexander Wels <awels@redhat.com>
@awels
Copy link
Author

awels commented Sep 22, 2023

/test e2e-kubevirt-aws-csi

1 similar comment
@awels
Copy link
Author

awels commented Sep 25, 2023

/test e2e-kubevirt-aws-csi

Signed-off-by: David Vossel <davidvossel@gmail.com>
Copy link

@davidvossel davidvossel left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Sep 25, 2023
@openshift-ci
Copy link

openshift-ci bot commented Sep 25, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: awels, davidvossel

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 25, 2023
@openshift-ci
Copy link

openshift-ci bot commented Sep 25, 2023

@awels: all tests passed!

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@openshift-merge-robot openshift-merge-robot merged commit 0da46a6 into openshift:master Sep 25, 2023
4 checks passed
@awels
Copy link
Author

awels commented Sep 25, 2023

/cherry-pick release-4.15

@awels
Copy link
Author

awels commented Sep 25, 2023

/cherry-pick release-4.14

@openshift-cherrypick-robot

@awels: new pull request created: #24

In response to this:

/cherry-pick release-4.15

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-cherrypick-robot

@awels: new pull request created: #25

In response to this:

/cherry-pick release-4.14

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@awels awels changed the title Ensure volume is removed before returning success (#90) OCPBUGS-19720: Ensure volume is removed before returning success (#90) Sep 25, 2023
@openshift-ci-robot
Copy link

@awels: Jira Issue OCPBUGS-19720: All pull requests linked via external trackers have merged:

Jira Issue OCPBUGS-19720 has been moved to the MODIFIED state.

In response to this:

What this PR does / why we need it:
When removing a volume from a VM, ensure that the volume is actually removed from the VM before returning nil from the ControllerUnpublishVolume function.
Added EnsureVolumeRemoved function to virtClient

Should fix periodic failure.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

Special notes for your reviewer:

Release note:

NONE

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants