-
Notifications
You must be signed in to change notification settings - Fork 1.8k
enterprise-4.13 OADP-4657: Release Notes for 1.4.0 for OCP 4.13 #80585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enterprise-4.13 OADP-4657: Release Notes for 1.4.0 for OCP 4.13 #80585
Conversation
|
@anarnold97: This pull request references OADP-4657 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
🤖 Mon Aug 19 11:31:02 - Prow CI generated the docs preview: |
|
@anarnold97: This pull request references OADP-4657 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/label oadp |
|
/label peer-review-needed |
|
/label peer-review-in-progress |
7d206ed to
7fbac1e
Compare
|
Updated to include topic map |
Signed-off-by: A.Arnold <anarnold@redhat.com>
6d8aa3a to
682666a
Compare
|
@anarnold97: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a few suggestions for your conisderation; overall lgtm!
| * xref:../../../operators/admin/olm-upgrading-operators.adoc#olm-changing-update-channel_olm-upgrading-operators[Updating installed Operators] | ||
|
|
||
| [id="oadp-converting-dpa-to-new-version-1-4-0_{context}"] | ||
| === Converting DPA to the new version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Upgrading DPA ....?
| [id="oadp-converting-dpa-to-new-version-1-4-0_{context}"] | ||
| === Converting DPA to the new version | ||
|
|
||
| To upgrade from OADP 1.3 to 1.4, no Data Protection Application (DPA) changes are required. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| To upgrade from OADP 1.3 to 1.4, no Data Protection Application (DPA) changes are required. | |
| To upgrade from OADP 1.3 to 1.4, you do not need to make any changes to the Data Protection Application (DPA). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To keep the customer action center here, adding the suggested verbiage is needed: https://redhat-documentation.github.io/supplementary-style-guide/#_principle_1_customer_focus_and_action_orientation
| [id="verifying-upgrade-1-4-0_{context}"] | ||
| === Verifying the upgrade | ||
|
|
||
| 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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. | |
| To verify the installation, complete the steps in 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. |
| :_template-generated: 2024-06-28 | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * backup_and_restore/oadp-1-4-release-notes.adoc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the correct relative path. Applicable to all modules.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like a required change to me
| [id="oadp-backing-up-dpa-configuration-1-4-0_{context}"] | ||
| = Backing up the DPA configuration | ||
|
|
||
| You must back up your current `DataProtectionApplication` (DPA) configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be nice if we can highlight why we are doing this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Data Protection Application (DPA) ??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the imperative here maybe something like, "Before upgrading, you must back up your current DataProtectionApplication (DPA) configuration."
|
|
||
| * 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. | ||
|
|
||
| * Velero changed client Burst and QPS defaults from 30 and 20 to 100 and 100, respectively. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * Velero changed client Burst and QPS defaults from 30 and 20 to 100 and 100, respectively. | |
| * Velero has changed the default values for client burst and QPS from 30 and 20 to 100 and 100 respectively. |
|
|
||
| * Velero changed client Burst and QPS defaults from 30 and 20 to 100 and 100, respectively. | ||
|
|
||
| * 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * 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. | |
| * The `velero-plugin-for-aws` plugin has updated the 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]. | |
| + | |
| [NOTE] | |
| ==== | |
| The checksum algorithms only work with AWS. | |
| ==== |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expand AWS??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like this is the first mention of AWS on the page, just by a cursory glance. If that's the case then IBMSG recommends spelling out first mention: https://www.ibm.com/docs/en/ibm-style?topic=references-product-service-names#service-names
| 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. | ||
| + | ||
| 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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. | |
| + | |
| 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. | |
| For some S3 providers, you must disable the `md5sum`. To disable the `md5sum`, you must set the checksum algorithm to `""`. Confirm the `md5sum` support and configuration of the `md5sum` algorithm with your storage provider. | |
| + | |
| 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 DPA. If your BSLs are created outside of DPA, you can upgrade this configuration by using `spec.config.checksumAlgorithm` in the BSLs. |
| include::modules/oadp-upgrading-oadp-operator-1-4-0.adoc[leveloffset=+3] | ||
| [role="_additional-resources"] | ||
| .Additional resources | ||
| * xref:../../../operators/admin/olm-upgrading-operators.adoc#olm-changing-update-channel_olm-upgrading-operators[Updating installed Operators] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * xref:../../../operators/admin/olm-upgrading-operators.adoc#olm-changing-update-channel_olm-upgrading-operators[Updating installed Operators] | |
| * xref:../../../operators/admin/olm-upgrading-operators.adoc#olm-changing-update-channel_olm-upgrading-operators[Changing the update channel for an Operator] |
| [id="changes-oadp-1-3-to-1-4_{context}"] | ||
| === Changes from OADP 1.3 to 1.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we make this a concept module?
|
/remove-label peer-review-in-progress |
|
/label merge-review-needed |
|
@anarnold97 I notice there are many of @agantony 's peer review comments that still need to be addressed. If you choose not to accept, please write a response at least so that merge reviewers will know you've seen and interpreted the feedback. Once you've made your commit with the peer-review feedback incorporated, please add the merge-review-needed label back. |
| [id="changes-oadp-1-3-to-1-4_{context}"] | ||
| === Changes from OADP 1.3 to 1.4 | ||
|
|
||
| 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). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
|
||
| 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). | ||
|
|
||
| This changes the following: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree, being more specific that the update changes the following items is clearer.
|
|
||
| * Velero changed client Burst and QPS defaults from 30 and 20 to 100 and 100, respectively. | ||
|
|
||
| * 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We cannot link to GitHub, per https://github.com/openshift/openshift-docs/blob/main/contributing_to_docs/doc_guidelines.adoc#links-to-external-websites.
|
|
||
| * Velero changed client Burst and QPS defaults from 30 and 20 to 100 and 100, respectively. | ||
|
|
||
| * 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like this is the first mention of AWS on the page, just by a cursory glance. If that's the case then IBMSG recommends spelling out first mention: https://www.ibm.com/docs/en/ibm-style?topic=references-product-service-names#service-names

Cherry pick to 4.13
Jira
Version(s):
Link to docs preview:
QE review: