-
Bug
-
Resolution: Won't Do
-
Normal
-
OADP 1.2.0
Description of problem:
While running a restore (DM) of 1 PV, CR status is 'Completed' but
'completionTimestamp' is missing
Version-Release number of selected component (if applicable):
ODF 4.12.9
ODP 4.12.2
OADP 1.2.0-69
Using CephRBD
How reproducible:
Steps to Reproduce:
1. Create Ns with 1 PV
2. Running Backup - 'Completed' status
3. Delete NS
4. Running Restore
Actual results:
Restore CR ended with 'Completed' status, but 'completionTimestamp' is missing
Expected results:
Restore CR ended with 'Completed' status. All data are exist
Additional info:
Restore CR - missing completed time
"status": {
"phase": "Completed",
"progress":
,
"restoreItemOperationsAttempted": 1,
"restoreItemOperationsCompleted": 1,
"startTimestamp": "2023-05-21T12:44:57Z",
"warnings": 10
}
velero backup describe
[root@f01-h07-000-r640 20230521_124456]# cat dm-restore-rbd-1pod-mcg-4-describe.txt
Name: dm-restore-rbd-1pod-mcg-4
Namespace: openshift-adp
Labels: <none>
Annotations: <none>
Phase: Completed
Total items to be restored: 30
Items restored: 30
Started: 2023-05-21 12:44:57 +0000 UTC
Completed: <n/a>
Restore CR - with completed time
"status": {
"completionTimestamp": "2023-05-21T12:38:49Z",
"phase": "Completed",
"progress":
,
"restoreItemOperationsAttempted": 1,
"restoreItemOperationsCompleted": 1,
"startTimestamp": "2023-05-21T12:37:25Z",
"warnings": 10
}
velero backup describe
[root@f01-h07-000-r640 20230521_123724]# cat dm-restore-rbd-1pod-mcg-2-describe.txt
Name: dm-restore-rbd-1pod-mcg-2
Namespace: openshift-adp
Labels: <none>
Annotations: <none>
Phase: Completed
Total items to be restored: 30
Items restored: 30
Started: 2023-05-21 12:37:25 +0000 UTC
Completed: 2023-05-21 12:38:49 +0000 UTC