diff --git a/cloud_experts_tutorials/cloud-experts-deploy-api-data-protection.adoc b/cloud_experts_tutorials/cloud-experts-deploy-api-data-protection.adoc index f578c9f188..f1fda249be 100644 --- a/cloud_experts_tutorials/cloud-experts-deploy-api-data-protection.adoc +++ b/cloud_experts_tutorials/cloud-experts-deploy-api-data-protection.adoc @@ -279,7 +279,7 @@ metadata: name: ${CLUSTER_NAME}-dpa namespace: openshift-adp spec: - backupImages: false + backupImages: true features: dataMover: enable: false @@ -321,7 +321,7 @@ metadata: name: ${CLUSTER_NAME}-dpa namespace: openshift-adp spec: - backupImages: false + backupImages: true features: dataMover: enable: false @@ -356,8 +356,7 @@ EOF [NOTE] ==== -* Container image backup and restore (`spec.backupImages=false`) is disabled and not supported in OADP 1.1.x -or OADP 1.2.0 ROSA STS environments. +* 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. * The Restic feature (`restic.enable=false`) is disabled and not supported in ROSA STS environments. * The DataMover feature (`dataMover.enable=false`) is disabled and not supported in ROSA STS environments. ==== @@ -367,7 +366,7 @@ or OADP 1.2.0 ROSA STS environments. [NOTE] ==== -The following sample hello-world application has no attached PV's. +The following sample hello-world application has no attached persistent volumes. Either DPA configuration will work. ==== diff --git a/rosa_backing_up_and_restoring_applications/backing-up-applications.adoc b/rosa_backing_up_and_restoring_applications/backing-up-applications.adoc index 7c79d9079a..4e1eeb097f 100644 --- a/rosa_backing_up_and_restoring_applications/backing-up-applications.adoc +++ b/rosa_backing_up_and_restoring_applications/backing-up-applications.adoc @@ -28,7 +28,6 @@ include::modules/oadp-installing-oadp-rosa-sts.adoc[leveloffset=+1] .Restic, Kopia, and DataMover are not supported or recommended * link:https://issues.redhat.com/browse/OADP-1054[CloudStorage: openshift-adp-controller-manager crashloop seg fault with Restic enabled] -* link:https://issues.redhat.com/browse/OADP-1057[Cloudstorage API: CSI Backup of an app with internal images partially fails with plugin panicked error] * (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"] [role="_additional-resources"]