-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
Quality / Stability / Reliability
-
3
-
False
-
-
False
-
ToDo
-
-
-
Very Likely
-
0
-
None
-
Unset
-
Unknown
-
None
Description of problem:
New backup phases Queued and ReadyToStart causing reconcile issues in nonAdminController.
Version-Release number of selected component (if applicable):
OADP deployed via make deploy command
How reproducible:
Always
Steps to Reproduce:
1. Create a dpa with nonAdmin enabled
2. Trigger a nonAdminBackup
3. Observe controller logs
Actual results:
Controller reports reconcile errors
2026-02-02T06:34:06.943Z ERROR Failed to update NonAdminBackup Status {"controller": "nonadminbackup", "controllerGroup": "oadp.openshift.io", "controllerKind": "NonAdminBackup", "NonAdminBackup": {"name":"test-backup","namespace":"test"}, "namespace": "test", "name": "test-backup", "reconcileID": "474a76d8-1247-48ff-9197-126747549f9f", "error": "NonAdminBackup.oadp.openshift.io \"test-backup\" is invalid: status.veleroBackup.status.phase: Unsupported value: \"Queued\": supported values: \"New\", \"FailedValidation\", \"InProgress\", \"WaitingForPluginOperations\", \"WaitingForPluginOperationsPartiallyFailed\", \"Finalizing\", \"FinalizingPartiallyFailed\", \"Completed\", \"PartiallyFailed\", \"Failed\", \"Deleting\""}
Expected results:
There should be no reconcile error present in controller logs
Additional info: