1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

backupImage doc update

This commit is contained in:
mletalie
2024-02-14 10:28:02 -05:00
committed by openshift-cherrypick-robot
parent 1511c1a179
commit d8667eaff0
2 changed files with 4 additions and 6 deletions

View File

@@ -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.
====

View File

@@ -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"]