We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8c741 commit 3f6285aCopy full SHA for 3f6285a
pkg/controller/perconaservermongodbrestore/physical.go
@@ -290,7 +290,6 @@ func (r *ReconcilePerconaServerMongoDBRestore) reconcilePhysicalRestore(
290
finished, err := r.finishPhysicalRestore(ctx, cluster)
291
if err != nil {
292
log.Error(err, "Failed to recover the cluster after the restore")
293
- // status.State = psmdbv1.RestoreStateReady
294
return status, nil
295
}
296
if !finished {
0 commit comments