-
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
Fix DataImportCron PVC timestamping #2566
Fix DataImportCron PVC timestamping #2566
Conversation
DataImportCron PVC garbage collection is LRU-based, so it's broken when PVCs are not timestamped. Signed-off-by: Arnon Gilboa <[email protected]>
/retest-required |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: awels 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 |
/retest |
1 similar comment
/retest |
/hold |
@arnongilboa Can you do a backport to release-v1.55 ? |
/cherrypick release-v1.55 |
@arnongilboa: #2566 failed to apply on top of branch "release-v1.55":
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. |
@aglitke sure, working on a manual backport |
/unhold |
You held it after the merge. |
oh, so I just didn't notice it merged. It seems I introduced a short timeout issue which may cause flackiness. 10 sec was nice for local debugging but not for CI... |
Manual backport of kubevirt#2566. DataImportCron PVC garbage collection is LRU-based, so it's broken when PVCs are not timestamped. Signed-off-by: Arnon Gilboa <[email protected]>
Manual backport of #2566. DataImportCron PVC garbage collection is LRU-based, so it's broken when PVCs are not timestamped. Signed-off-by: Arnon Gilboa <[email protected]>
Signed-off-by: Arnon Gilboa [email protected]
What this PR does / why we need it:
DataImportCron PVC garbage collection is LRU-based, so it's broken when PVCs are not timestamped.
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 bz #2165793
Special notes for your reviewer:
Release note: