-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
pitr: prevent from restore point to cluster running log backup (#40871) #41215
pitr: prevent from restore point to cluster running log backup (#40871) #41215
Conversation
Signed-off-by: Leavrth <jianjun.liao@outlook.com>
Signed-off-by: Leavrth <jianjun.liao@outlook.com>
Signed-off-by: Leavrth <jianjun.liao@outlook.com>
Co-authored-by: Zak Zhao <57036248+joccau@users.noreply.github.com>
Signed-off-by: Leavrth <jianjun.liao@outlook.com>
Signed-off-by: Leavrth <jianjun.liao@outlook.com>
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/hold high priority for trunk branch |
/unhold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/run-all-tests |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 7b38f78
|
/run-all-tests |
/test check_dev |
@joccau: The specified target(s) for
Use 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. |
/rebuild |
1 similar comment
/rebuild |
/retest |
This is an automated cherry-pick of #40871
Signed-off-by: Leavrth jianjun.liao@outlook.com
What problem does this PR solve?
Issue Number: ref #40797
Problem Summary:
If restore point to the cluster running log backup task, the backup files will be contaminated.
What is changed and how it works?
Before run resotre point, check whether there is a log backup task running in the cluster.
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.