-
Task
-
Resolution: Done
-
Critical
-
None
-
None
Follow task from https://issues.redhat.com/browse/OADP-969
Same storage, scale, storage and environmental criteria apply to this task.
SETUP:
- install OADP 1.2 && Volsync 0.51+
- Ensure its got a CSI capable storage (which they already have with their existing setup)
- Create DPA with above 2 overrides
Tooling:
https://github.com/dymurray/perf
build then execute:
./perf --namespaces=foo,bar,baz --restic-secret=<name-of-secret>
Example DPA:
spec: backupLocations: - velero: config: profile: default region: us-west-2 credential: key: cloud name: cloud-credentials default: true objectStorage: bucket: cvpbucketuswest2 prefix: velero provider: aws configuration: restic: enable: true velero: defaultPlugins: - openshift - aws - csi features: dataMover: enable: true snapshotLocations: - velero: config: profile: default region: us-west-2 provider: aws unsupportedOverrides: dataMoverImageFqin: 'quay.io/emcmulla/data-mover:perf' veleroImageFqin: 'docker.io/dymurray/velero:nodelete'