Skip to content

Commit caacb31

Browse files
committed
OADP 1.1.1 release notes (PR replacing 51819)
1 parent 3a7b2ae commit caacb31

File tree

6 files changed

+43
-6
lines changed

6 files changed

+43
-6
lines changed

_topic_maps/_topic_map.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2441,6 +2441,8 @@ Topics:
24412441
- Name: Application backup and restore
24422442
Dir: application_backup_and_restore
24432443
Topics:
2444+
- Name: OADP release notes
2445+
File: oadp-release-notes
24442446
- Name: OADP features and plugins
24452447
File: oadp-features-plugins
24462448
- Name: Installing and configuring OADP

backup_and_restore/application_backup_and_restore/oadp-advanced-topics.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
= Advanced OADP features and functionalities
44
include::_attributes/common-attributes.adoc[]
55
:context: oadp-advanced-topics
6-
:oadp-advanced-topics:
76

87
toc::[]
98

backup_and_restore/application_backup_and_restore/oadp-api.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,4 @@ link:https://pkg.go.dev/github.com/openshift/oadp-operator/api/v1alpha1#Features
254254

255255
The OADP API is more fully detailed in link:https://pkg.go.dev/github.com/openshift/oadp-operator[OADP Operator].
256256

257-
258-
259-
260-
:oadp-api!:
257+
:!oadp-api:
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
:_content-type: ASSEMBLY
2+
[id="oadp-release-notes"]
3+
= OADP release notes
4+
include::_attributes/common-attributes.adoc[]
5+
:context: oadp-release-notes
6+
7+
toc::[]
8+
9+
The release notes for OpenShift API for Data Protection (OADP) describe new features and enhancements, deprecated features, product recommendations, known issues, and resolved issues.
10+
11+
include::modules/oadp-release-notes-1-1-1.adoc[leveloffset=+1]
12+
13+
:!oadp-release-notes:

backup_and_restore/application_backup_and_restore/troubleshooting.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
= Troubleshooting
44
include::_attributes/common-attributes.adoc[]
55
:context: oadp-troubleshooting
6-
:oadp-troubleshooting:
76
:namespace: openshift-adp
87
:local-product: OADP
98
:must-gather: registry.redhat.io/oadp/oadp-mustgather-rhel8:v1.0

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * backup_and_restore/oadp-release-notes.adoc
4+
:_content-type: REFERENCE
5+
[id="migration-oadp-release-notes-1-1-1_{context}"]
6+
= OADP 1.1.1 release notes
7+
8+
The OADP 1.1.1 release notes include product recommendations and descriptions of known issues.
9+
10+
== Product recommendations
11+
12+
Before you install OADP 1.1.1, it is recommended to either install VolSync 0.5.1 or to upgrade to it.
13+
14+
== Known issues
15+
16+
This release has the following known issues:
17+
18+
* 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*]).
19+
20+
* CSI backups might fail due to a Ceph limitation of `VolumeSnapshotContent` snapshots per PVC.
21+
+
22+
You can create many snapshots of the same persistent volume claim (PVC) but cannot schedule periodic creation of snapshots:
23+
+
24+
** For CephFS, you can create up to 100 snapshots per PVC.
25+
** For RADOS Block Device (RBD), you can create up to 512 snapshots for each PVC. (link:https://issues.redhat.com/browse/OADP-804[*OADP-804*]) and (link:https://issues.redhat.com/browse/OADP-975[*OADP-975*])
26+
+
27+
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)