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

Backupmeta is incorrect if there are redundant PVCs or PVs of TiKV #5459

Closed
WangLe1321 opened this issue Dec 13, 2023 · 0 comments · Fixed by #5461
Closed

Backupmeta is incorrect if there are redundant PVCs or PVs of TiKV #5459

WangLe1321 opened this issue Dec 13, 2023 · 0 comments · Fixed by #5461
Labels
area/ebs-br type/bug Something isn't working

Comments

@WangLe1321
Copy link
Contributor

Bug Report

What version of TiDB Operator are you using?

v1.5

What did you do?

Start a volume backup, then use it to restore new cluster.

In the backup tidb cluster, there are 3 redundant pvs. It means that the 3 redundant pvs has labels indicating that they are the pvs of the backup cluster. But there is no pvc of the backup cluster pointing them.

What did you expect to see?

restore successfully

What did you see instead?

restore blocked and found error message in log.

E1212 12:52:29.587228 1 restore_controller.go:111] Restore: tidb-mussel-prod-dr-1/fed-test-1, sync failed, err: .kubernetes.pvcs and pvs for CloudSnapBackup not matched, requeuing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ebs-br type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants