When performing a backup using the KubeVirt DataMover, the DataUpload Custom Resource completes successfully (phase: Completed), but the .status.progress field remains an empty object {}. It fails to report progress such as totalBytes and bytesDone.
$ oc get dataupload -n openshift-adp
NAME STATUS STARTED BYTES DONE TOTAL BYTES STORAGE LOCATION AGE NODE
du-test-backup-kdm-incremental-1-ocp-kubevirt-todo-test-vm-af17b4f9 Completed 10m ts-dpa-1 11m
du-test-backup-kdm-incremental-ocp-kubevirt-todo-test-vm-e6769f37 Completed 24m ts-dpa-1 25m
du-test-backup-kdm-ocp-kubevirt-todo-test-vm-b50389b4 Completed 40m ts-dpa-1 59m
When performing a backup using the KubeVirt DataMover, the
DataUploadCustom Resource completes successfully (phase: Completed), but the.status.progressfield remains an empty object{}. It fails to report progress such astotalBytesandbytesDone.