Skip to content

Commit 6f3bd64

Browse files
committed
backupImage doc update
1 parent 8a5d79d commit 6f3bd64

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

cloud_experts_tutorials/cloud-experts-deploy-api-data-protection.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ metadata:
279279
name: ${CLUSTER_NAME}-dpa
280280
namespace: openshift-adp
281281
spec:
282-
backupImages: false
282+
backupImages: true
283283
features:
284284
dataMover:
285285
enable: false
@@ -321,7 +321,7 @@ metadata:
321321
name: ${CLUSTER_NAME}-dpa
322322
namespace: openshift-adp
323323
spec:
324-
backupImages: false
324+
backupImages: true
325325
features:
326326
dataMover:
327327
enable: false
@@ -356,8 +356,7 @@ EOF
356356

357357
[NOTE]
358358
====
359-
* Container image backup and restore (`spec.backupImages=false`) is disabled and not supported in OADP 1.1.x
360-
or OADP 1.2.0 ROSA STS environments.
359+
* In OADP 1.1.x ROSA STS environments, the container image backup and restore (`spec.backupImages`) value must be set to `false` as it is not supported.
361360
* The Restic feature (`restic.enable=false`) is disabled and not supported in ROSA STS environments.
362361
* The DataMover feature (`dataMover.enable=false`) is disabled and not supported in ROSA STS environments.
363362
====
@@ -367,7 +366,7 @@ or OADP 1.2.0 ROSA STS environments.
367366

368367
[NOTE]
369368
====
370-
The following sample hello-world application has no attached PV's.
369+
The following sample hello-world application has no attached persistent volumes.
371370
Either DPA configuration will work.
372371
====
373372

rosa_backing_up_and_restoring_applications/backing-up-applications.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ include::modules/oadp-installing-oadp-rosa-sts.adoc[leveloffset=+1]
2828
.Restic, Kopia, and DataMover are not supported or recommended
2929

3030
* link:https://issues.redhat.com/browse/OADP-1054[CloudStorage: openshift-adp-controller-manager crashloop seg fault with Restic enabled]
31-
* link:https://issues.redhat.com/browse/OADP-1057[Cloudstorage API: CSI Backup of an app with internal images partially fails with plugin panicked error]
3231
* (Affects OADP 1.1.x_ only): link:https://issues.redhat.com/browse/OADP-1055[CloudStorage: bucket is removed on CS CR delete, although it doesn't have "oadp.openshift.io/cloudstorage-delete": "true"]
3332

3433
[role="_additional-resources"]

0 commit comments

Comments
 (0)