You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/oadp-release-notes-1-3-0.adoc
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,24 @@ During interoperability testing, Red Hat OpenShift Container Platform 4.14 had t
71
71
There was a regresssion in Pod Volume Backup (PVB) functionality when Velero was installed in several namespaces. The pod volume backup controller was not properly limiting itself to PVBs in its own namespace.
.CVE-2023-39325 A flaw was found in handling multiplexed streams in the HTTP/2 protocol.
75
+
A flaw was found in handling multiplexed streams in the HTTP/2 protocol. In previous releases of OADP, a client could repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This created extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, which resulted in a denial of service due to server resource consumption.
76
+
77
+
The following issues have been listed under this issue:
For more information, see link:https://access.redhat.com/security/cve/cve-2023-39325[CVE-2023-39325 (Rapid Reset Attack)]
91
+
74
92
75
93
For a complete list of all issues resolved in this release, see the list of link:https://issues.redhat.com/browse/OADP-2819?filter=12422837[OADP 1.3.0 resolved issues] in Jira.
76
94
@@ -80,6 +98,16 @@ For a complete list of all issues resolved in this release, see the list of link
80
98
.CSI plugin panics on nil pointer when csiSnapshotTimeout is set to a short duration
81
99
The CSI plugin panics on nil pointer when `csiSnapshotTimeout` is set to a short duration. Sometimes it succeeds to complete the snapshot within a short duration, but often it panics with the backup `PartiallyFailed` with the following error: `plugin panicked: runtime error: invalid memory address or nil pointer dereference`. link:https://issues.redhat.com/browse/OADP-3069[OADP-3069]
82
100
101
+
.Backup is marked as PartiallyFailed when volumeSnapshotContent CR has an error
102
+
If any of the `VolumeSnapshotContent` CR has an error related to removing `VolumeSnapshotBeingCreated` annotation it moves backup to `WaitingForPluginOperationsPartiallyFailed` phase. link:https://issues.redhat.com/browse/OADP-2871[OADP-2871]
103
+
104
+
.Performance issues when restoring 30k resources for the first time
105
+
When restoring for the first time, without an existing-resource-policy, it takes twice as long as when restoring the second and third time, with an existing-resource-policy. link:https://issues.redhat.com/browse/OADP-3071[OADP-3071]
106
+
107
+
.Post Restore Hooks might start running before Datadownload operation has released the related PV
108
+
Due to the Asynchronous nature of the Data Mover operation a post-hook might be attempted before the related pods PV's are released by the Data Mover PVC.
For a complete list of all known issues in this release, see the list of link:https://issues.redhat.com/browse/OADP-2688?filter=12422838[OADP 1.3.0 known issues] in Jira.
0 commit comments