Skip to content

Commit ef3db79

Browse files
authored
Merge pull request #81876 from anarnold97/OADP-4872-Remove-OADP-1.3-release-notes-from-OCP-4.16
OADP-4872: Remove OADP 1.3 release notes from OCP 4.16
2 parents 6bd27d6 + 9cdfc76 commit ef3db79

25 files changed

+13
-1036
lines changed

_topic_maps/_topic_map.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3304,12 +3304,6 @@ Topics:
33043304
Topics:
33053305
- Name: OADP 1.4 release notes
33063306
File: oadp-1-4-release-notes
3307-
- Name: OADP 1.3 release notes
3308-
File: oadp-release-notes-1-3
3309-
- Name: OADP 1.2 release notes
3310-
File: oadp-release-notes-1-2
3311-
- Name: OADP 1.1 release notes
3312-
File: oadp-release-notes-1-1
33133307
- Name: OADP features and plugins
33143308
File: oadp-features-plugins
33153309
- Name: Installing and configuring OADP

backup_and_restore/application_backup_and_restore/backing_up_and_restoring/backing-up-applications.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ toc::[]
1010
Frequent backups might consume storage on the backup storage location. Check the frequency of backups, retention time, and the amount of data of the persistent volumes (PVs) if using non-local backups, for example, S3 buckets.
1111
Because all taken backup remains until expired, also check the time to live (TTL) setting of the schedule.
1212

13-
[NOTE]
14-
====
15-
There might be known issues with supported storage classes, for example, CSI backups might fail due to a Ceph limitation. For more information, see xref:../../../backup_and_restore/application_backup_and_restore/release-notes/oadp-release-notes-1-1.adoc#known-issues_oadp-release-notes[Known issues].
16-
====
1713

1814
You can back up applications by creating a `Backup` custom resource (CR). For more information, see xref:../../../backup_and_restore/application_backup_and_restore/backing_up_and_restoring/oadp-creating-backup-cr.adoc#oadp-creating-backup-cr-doc[Creating a Backup CR].
1915

backup_and_restore/application_backup_and_restore/release-notes/oadp-1-4-release-notes.adoc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,15 @@ toc::[]
99

1010
The release notes for {oadp-first} describe new features and enhancements, deprecated features, product recommendations, known issues, and resolved issues.
1111

12+
[NOTE]
13+
====
14+
For additional information about {oadp-short}, see link:https://access.redhat.com/articles/5456281[{oadp-first} FAQs]
15+
====
16+
1217
include::modules/oadp-1-4-0-release-notes.adoc[leveloffset=+1]
1318
include::modules/oadp-backing-up-dpa-configuration-1-4-0.adoc[leveloffset=+3]
1419
include::modules/oadp-upgrading-oadp-operator-1-4-0.adoc[leveloffset=+3]
20+
1521
[role="_additional-resources"]
1622
.Additional resources
1723
* xref:../../../operators/admin/olm-upgrading-operators.adoc#olm-changing-update-channel_olm-upgrading-operators[Updating installed Operators]
@@ -21,7 +27,4 @@ include::modules/oadp-upgrading-oadp-operator-1-4-0.adoc[leveloffset=+3]
2127

2228
To upgrade from OADP 1.3 to 1.4, no Data Protection Application (DPA) changes are required.
2329

24-
[id="verifying-upgrade-1-4-0_{context}"]
25-
=== Verifying the upgrade
26-
27-
Verify the installation by following steps from the xref:../../../backup_and_restore/application_backup_and_restore/release-notes/oadp-release-notes-1-2.adoc#verifying-upgrade-1-2-0_oadp-release-notes[Verifying the upgrade] section.
30+
include::modules/oadp-verifying-upgrade-1-4-0.adoc[leveloffset=+2]

backup_and_restore/application_backup_and_restore/release-notes/oadp-release-notes-1-1.adoc

Lines changed: 0 additions & 26 deletions
This file was deleted.

backup_and_restore/application_backup_and_restore/release-notes/oadp-release-notes-1-2.adoc

Lines changed: 0 additions & 33 deletions
This file was deleted.

backup_and_restore/application_backup_and_restore/release-notes/oadp-release-notes-1-3.adoc

Lines changed: 0 additions & 23 deletions
This file was deleted.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ link:https://issues.redhat.com/browse/OADP-4075[OADP-4075]
2222

2323
.Data Mover backups work properly in the {product-title} 4.16 cluster
2424

25-
Previously, Velero was using the earlier version of SDK where the `Spec.SourceVolumeMode` field did not exist. As a consequence, Data Mover backups failed in the {product-title} 4.16 cluster on the external snapshotter with version 4.2.
25+
Previously, Velero was using the earlier version of SDK where the `Spec.SourceVolumeMode` field did not exist. As a consequence, Data Mover backups failed in the {product-title} 4.16 cluster on the external snapshotter with version 4.2.
2626
With this update, external snapshotter is upgraded to version 7.0 and later. As a result, backups do not fail in the {product-title} 4.16 cluster.
2727
link:https://issues.redhat.com/browse/OADP-3922[OADP-3922]
2828

@@ -60,7 +60,7 @@ This changes the following:
6060

6161
* Velero changed client Burst and QPS defaults from 30 and 20 to 100 and 100, respectively.
6262

63-
* The `velero-plugin-for-aws` plugin updated default value of the `spec.config.checksumAlgorithm` field in `BackupStorageLocation` objects (BSLs) from `""` (no checksum calculation) to the `CRC32` algorithm. For more information, see link:https://github.com/vmware-tanzu/velero-plugin-for-aws/blob/release-1.10/backupstoragelocation.md[Velero plugins for AWS Backup Storage Location]. The checksum algorithm types are known to work only with AWS.
64-
Several S3 providers require the `md5sum` to be disabled by setting the checksum algorithm to `""`. Confirm `md5sum` algorithm support and configuration with your storage provider.
63+
* The `velero-plugin-for-aws` plugin updated default value of the `spec.config.checksumAlgorithm` field in `BackupStorageLocation` objects (BSLs) from `""` (no checksum calculation) to the `CRC32` algorithm. The checksum algorithm types are known to work only with AWS.
64+
Several S3 providers require the `md5sum` to be disabled by setting the checksum algorithm to `""`. Confirm `md5sum` algorithm support and configuration with your storage provider.
6565
+
66-
In OADP 1.4, the default value for BSLs created within DPA for this configuration is `""`. This default value means that the `md5sum` is not checked, which is consistent with OADP 1.3. For BSLs created within DPA, update it by using the `spec.backupLocations[].velero.config.checksumAlgorithm` field in the DPA. If your BSLs are created outside DPA, you can update this configuration by using `spec.config.checksumAlgorithm` in the BSLs.
66+
In OADP 1.4, the default value for BSLs created within DPA for this configuration is `""`. This default value means that the `md5sum` is not checked, which is consistent with OADP 1.3. For BSLs created within DPA, update it by using the `spec.backupLocations[].velero.config.checksumAlgorithm` field in the DPA. If your BSLs are created outside DPA, you can update this configuration by using `spec.config.checksumAlgorithm` in the BSLs.

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

Lines changed: 0 additions & 37 deletions
This file was deleted.

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

Lines changed: 0 additions & 56 deletions
This file was deleted.

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

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)