-
Bug
-
Resolution: Unresolved
-
Minor
-
OADP 1.3.1
-
4
-
False
-
-
False
-
ToDo
-
-
-
0
-
0.000
-
Very Likely
-
0
-
None
-
Unset
-
Unknown
-
No
Description of problem:
Dpa.spec.configuration flag is not identical to the one used by the backup spec, which can be confusing for some users. Make this flags identical to each other.
Slack discussion:-
https://redhat-internal.slack.com/archives/C0144ECKUJ0/p1709632245279739
$ oc explain dpa.spec.configuration.velero.defaultVolumesToFSBackup KIND: DataProtectionApplication VERSION: oadp.openshift.io/v1alpha1 FIELD: defaultVolumesToFSBackup <boolean> DESCRIPTION: Use pod volume file system backup by default for volumes $ oc explain backup.spec.defaultVolumesToFsBackup KIND: Backup VERSION: velero.io/v1 DESCRIPTION: DefaultVolumesToFsBackup specifies whether pod volume file system backup should be used for all volumes by default.
Version-Release number of selected component (if applicable):
OADP 1.3.1-35
How reproducible:
Always
Steps to Reproduce:
1. Run oc explain command and verify the flags.
Actual results:
Both flags are not identical to each other.
Expected results:
Make this flags identical.
Additional info: