Skip to content

Commit 97aaf58

Browse files
OADP 1215 1.1.2 release notes
1 parent de8f332 commit 97aaf58

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

backup_and_restore/application_backup_and_restore/oadp-release-notes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ toc::[]
88

99
The release notes for OpenShift API for Data Protection (OADP) describe new features and enhancements, deprecated features, product recommendations, known issues, and resolved issues.
1010

11+
include::modules/oadp-release-notes-1-1-2.adoc[leveloffset=+1]
12+
1113
include::modules/oadp-release-notes-1-1-1.adoc[leveloffset=+1]
1214

1315
:!oadp-release-notes:

modules/oadp-release-notes-1-1-2.adoc

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
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

Comments
 (0)