-
Notifications
You must be signed in to change notification settings - Fork 271
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
Queue DataVolumes referred to in "populatedFor" annotations #2373
Conversation
Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
/retest |
I can see that you changed the watcher to also get PVCs with |
Sorry, thought it was pretty obvious if you look at the difference to the functional test. The reason the test worked before is because the PVC was owned by the DataVolume. But that will not always be the case (at least initially). Without this change the PVC (without owner ref) would leave the DV pending forever. |
Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
/hold |
/retest |
/test pull-containerized-data-importer-e2e-ceph-gc |
/lgtm |
/hold cancel |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mhenriks 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 |
/cherry-pick release-v1.49 |
@mhenriks: #2373 failed to apply on top of branch "release-v1.49":
In response to this:
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. |
Signed-off-by: Michael Henriksen mhenriks@redhat.com
What this PR does / why we need it:
This issue came up in testing backup/restore with Kasten k10. Should queue DataVolumes referred to in "populatedFor" annotations. Without this change, a "prePopulated" DV created before a "populatedFor" DV will be pending forever if the PVC is not owned by the DV.
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: