|
| 1 | +// Module included in the following assemblies: |
| 2 | +// |
| 3 | +// * backup_and_restore/oadp-release-notes.adoc |
| 4 | + |
| 5 | +:_content-type: REFERENCE |
| 6 | +[id="migration-oadp-release-notes-1-1-2_{context}"] |
| 7 | += OADP 1.1.2 release notes |
| 8 | + |
| 9 | +The OADP 1.1.2 release notes include product recommendations, a list of fixed bugs and descriptions of known issues. |
| 10 | + |
| 11 | +[id="product-recommendations_{context}"] |
| 12 | +== Product recommendations |
| 13 | + |
| 14 | +.VolSync |
| 15 | + |
| 16 | +To prepare for the upgrade from VolSync 0.5.1 to the latest version available from the VolSync *stable* channel, you must add this annotation in the `openshift-adp` namespace by running the following command: |
| 17 | + |
| 18 | +[source,terminal] |
| 19 | +---- |
| 20 | +$ oc annotate --overwrite namespace/openshift-adp volsync.backube/privileged-movers='true' |
| 21 | +---- |
| 22 | + |
| 23 | +.Velero |
| 24 | + |
| 25 | +In this release, Velero has been upgraded from version 1.9.2 to version link:https://github.com/vmware-tanzu/velero/releases/tag/v1.9.5[1.9.5]. |
| 26 | + |
| 27 | +.Restic |
| 28 | + |
| 29 | +In this release, Restic has been upgraded from version 0.13.1 to version link:https://github.com/restic/restic/releases/tag/v0.14.0[0.14.0]. |
| 30 | + |
| 31 | +[id="fixed-bugs_{context}"] |
| 32 | +== Fixed bugs |
| 33 | + |
| 34 | +The following bugs have been fixed in this release: |
| 35 | + |
| 36 | +* link:https://issues.redhat.com/browse/OADP-1150[OADP-1150] |
| 37 | +* link:https://issues.redhat.com/browse/OADP-290[OADP-290] |
| 38 | +* link:https://issues.redhat.com/browse/OADP-1056[OADP-1056] |
| 39 | + |
| 40 | +[id="known-issues_{context}"] |
| 41 | +== Known issues |
| 42 | + |
| 43 | +This release has the following known issues: |
| 44 | + |
| 45 | +* OADP currently does not support backup and restore of AWS EFS volumes using restic in Velero (link:https://issues.redhat.com/browse/OADP-778[*OADP-778*]). |
| 46 | + |
| 47 | +* CSI backups might fail due to a Ceph limitation of `VolumeSnapshotContent` snapshots per PVC. |
| 48 | ++ |
| 49 | +You can create many snapshots of the same persistent volume claim (PVC) but cannot schedule periodic creation of snapshots: |
| 50 | ++ |
| 51 | +-- |
| 52 | +** For CephFS, you can create up to 100 snapshots per PVC. (link:https://issues.redhat.com/browse/OADP-804[*OADP-804*]) |
| 53 | +** For RADOS Block Device (RBD), you can create up to 512 snapshots for each PVC. (link:https://issues.redhat.com/browse/OADP-975[*OADP-975*]) |
| 54 | +-- |
| 55 | ++ |
| 56 | +For more information, see https://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.11/html/managing_and_allocating_storage_resources/volume-snapshots_rhodf[Volume Snapshots]. |
0 commit comments