|
| 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-2-2_{context}"] |
| 7 | += OADP 1.2.2 release notes |
| 8 | + |
| 9 | + |
| 10 | +[id="new-features-1-2-2_{context}"] |
| 11 | +== New features |
| 12 | + |
| 13 | +There are no new features in the release of {oadp-first} 1.2.2. |
| 14 | + |
| 15 | +// :FeatureName: OADP Data Mover |
| 16 | +// include::snippets/technology-preview.adoc[] |
| 17 | + |
| 18 | +[id="resolved-issues-1-2-2_{context}"] |
| 19 | +== Resolved issues |
| 20 | + |
| 21 | +The following highlighted issues are resolved in OADP 1.2.2: |
| 22 | + |
| 23 | + |
| 24 | +.Restic restore partially failed due to a Pod Security standard |
| 25 | + |
| 26 | +In previous releases of OADP 1.2, {OCP} 4.14 enforced a pod security admission (PSA) policy that hindered the readiness of pods during a Restic restore process. |
| 27 | + |
| 28 | +This issue has been resolved in the release of OADP 1.2.2, and also OADP 1.1.6. Therefore, it is recommended that users upgrade to these releases. |
| 29 | + |
| 30 | +For more information, see link:https://docs.openshift.com/container-platform/4.14/backup_and_restore/application_backup_and_restore/troubleshooting.html#oadp-restic-restore-failing-psa-policy_oadp-troubleshooting[Restic restore partially failing on OCP 4.14 due to changed PSA policy]. link:https://issues.redhat.com/browse/OADP-2094[(OADP-2094)] |
| 31 | + |
| 32 | + |
| 33 | +.Backup of an app with internal images partially failed with plugin panicked error |
| 34 | + |
| 35 | +In previous releases of OADP 1.2, the backup of an application with internal images partially failed with plugin panicked error returned. The backup partially fails with this error in the Velero logs: |
| 36 | + |
| 37 | +[source,terminal] |
| 38 | +---- |
| 39 | +time="2022-11-23T15:40:46Z" level=info msg="1 errors encountered backup up item" backup=openshift-adp/django-persistent-67a5b83d-6b44-11ed-9cba-902e163f806c logSource="/remote-source/velero/app/pkg/backup/backup.go:413" name=django-psql-persistent |
| 40 | +time="2022-11-23T15:40:46Z" level=error msg="Error backing up item" backup=openshift-adp/django-persistent-67a5b83d-6b44-11ed-9cba-902e163f8 |
| 41 | +---- |
| 42 | + |
| 43 | +This issue has been resolved in OADP 1.2.2. link:https://issues.redhat.com/browse/OADP-1057[(OADP-1057)]. |
| 44 | + |
| 45 | + |
| 46 | +.ACM cluster restore was not functioning as expected due to restore order |
| 47 | + |
| 48 | +In previous releases of OADP 1.2, ACM cluster restore was not functioning as expected due to restore order. ACM applications were removed and re-created on managed clusters after restore activation. link:https://issues.redhat.com/browse/OADP-2505[(OADP-2505)] |
| 49 | + |
| 50 | + |
| 51 | +.VM's using filesystemOverhead failed when backing up and restoring due to volume size mismatch |
| 52 | + |
| 53 | +In previous releases of OADP 1.2, due to storage provider implementation choices, whenever there was a difference between the application persistent volume claims (PVCs) storage request and the snapshot size of the same PVC, VM's using filesystemOverhead failed when backing up and restoring. This issue has been resolved in the Data Mover of OADP 1.2.2. link:https://issues.redhat.com/browse/OADP-2144[(OADP-2144)] |
| 54 | + |
| 55 | + |
| 56 | +.OADP did not contain an option to set VolSync replication source prune interval |
| 57 | + |
| 58 | +In previous releases of OADP 1.2, there was no option to set the VolSync replication source `pruneInterval`. link:https://issues.redhat.com/browse/OADP-2052[(OADP-2052)] |
| 59 | + |
| 60 | + |
| 61 | +.Possible pod volume backup failure if Velero was installed in multiple namespaces |
| 62 | + |
| 63 | +In previous releases of OADP 1.2, there was a possibility of pod volume backup failure if Velero was installed in multiple namespaces. link:https://issues.redhat.com/browse/OADP-2409[(OADP-2409)] |
| 64 | + |
| 65 | + |
| 66 | +.Backup Storage Locations moved to unavailable phase when VSL uses custom secret |
| 67 | + |
| 68 | +In previous releases of OADP 1.2, Backup Storage Locations moved to unavailable phase when Volume Snapshot Location used custom secret. link:https://issues.redhat.com/browse/OADP-1737[(OADP-1737)] |
| 69 | + |
| 70 | + |
| 71 | +For a complete list of all issues resolved in the release of OADP 1.2.2, see the list of link:https://issues.redhat.com/browse/OADP-2094?filter=12422262[OADP 1.2.2 resolved issues] in Jira. |
| 72 | + |
| 73 | + |
| 74 | +[id="known-issues-1-2-2_{context}"] |
| 75 | +== Known issues |
| 76 | + |
| 77 | +The following issues have been highlighted as known issues in the release of OADP 1.2.2: |
| 78 | + |
| 79 | +.Must-gather command fails to remove ClusterRoleBinding resources |
| 80 | + |
| 81 | +The `oc adm must-gather` command fails to remove `ClusterRoleBinding` resources, which are left on cluster due to admission webhook. Therefore, requests for the removal of the `ClusterRoleBinding` resources are denied. link:https://issues.redhat.com/browse/OADP-2773[(OADP-27730)] |
| 82 | + |
| 83 | +[source,terminal] |
| 84 | +---- |
| 85 | +admission webhook "clusterrolebindings-validation.managed.openshift.io" denied the request: Deleting ClusterRoleBinding must-gather-p7vwj is not allowed |
| 86 | +---- |
| 87 | + |
| 88 | + |
| 89 | +For a complete list of all known issues in this release, see the list of link:https://issues.redhat.com/browse/OADP-2773?filter=12422263[OADP 1.2.2 known issues] in Jira. |
0 commit comments