Skip to content

Commit e40ada5

Browse files
authored
Merge pull request #80253 from anarnold97/OADP-1-4-release-notes-update-4.13-review
enterprise-4.13 OADP-4657: Release Notes for 1.4.0 for OCP 4.13
2 parents 9bfd189 + 7eac7a7 commit e40ada5

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include::_attributes/attributes-openshift-dedicated.adoc[]
77

88
toc::[]
99

10-
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+
The release notes for {oadp-first} describe new features and enhancements, deprecated features, product recommendations, known issues, and resolved issues.
1111

1212
include::modules/oadp-1-4-0-release-notes.adoc[leveloffset=+1]
1313
include::modules/oadp-backing-up-dpa-configuration-1-4-0.adoc[leveloffset=+3]
@@ -24,4 +24,4 @@ To upgrade from OADP 1.3 to 1.4, no Data Protection Application (DPA) changes ar
2424
[id="verifying-upgrade-1-4-0_{context}"]
2525
=== Verifying the upgrade
2626

27-
Verify the installation by following steps from the link:https://docs.openshift.com/container-platform/4.15/backup_and_restore/application_backup_and_restore/release-notes/oadp-release-notes-1-2.html#verifying-upgrade-1-2-0_oadp-release-notes[Verifying the upgrade] section.
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.

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ 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 v4.2 version.
26-
With this update, external snapshotter is upgraded to v7.0 version and later. As a result, backups do not fail in the {product-title} 4.16 cluster.
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.
26+
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

2929
For a complete list of all issues resolved in this release, see the list of link:https://issues.redhat.com/issues/?filter=12438505[OADP 1.4.0 resolved issues] in Jira.
@@ -52,15 +52,15 @@ Always upgrade to the next minor version. *Do not* skip versions. To update to a
5252
[id="changes-oadp-1-3-to-1-4_{context}"]
5353
=== Changes from OADP 1.3 to 1.4
5454

55-
The Velero server has been updated from version 1.12 to 1.14. Note that, there are no changes in the Data Protection Application (DPA).
55+
The Velero server has been updated from version 1.12 to 1.14. Note that there are no changes in the Data Protection Application (DPA).
5656

5757
This changes the following:
5858

59-
* The `velero-plugin-for-csi` code is now available in the Velero code, which means no `init` container is needed for the plugin anymore.
59+
* The `velero-plugin-for-csi` code is now available in the Velero code, which means an `init` container is no longer required for the plugin.
6060

61-
* Velero changed client Burst and QPS defaults from 30 and 20 to 100 and 100 respectively.
61+
* 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 BackupStorageLocations (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.
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.
6464
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-backing-up-dpa-configuration-1-4-0.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You must back up your current `DataProtectionApplication` (DPA) configuration.
1212
.Procedure
1313
* Save your current DPA configuration by running the following command:
1414
+
15-
.Example
15+
.Example command
1616
[source,terminal]
1717
----
1818
$ oc get dpa -n openshift-adp -o yaml > dpa.orig.backup

modules/oadp-upgrading-oadp-operator-1-4-0.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Use the following procedure when upgrading the {oadp-first} Operator.
1212
.Procedure
1313

1414
. Change your subscription channel for the OADP Operator from `stable-1.3` to `stable-1.4`.
15-
. Wait for the operator and containers to update and restart.
15+
. Wait for the Operator and containers to update and restart.
1616

0 commit comments

Comments
 (0)