Skip to content

Commit 59d9ad5

Browse files
authored
Merge pull request #73315 from anarnold97/OADP-3716-add-the-known-seg-fault-OADP-1054
OADP-3716: seg fault in openshift-adp-controller-manager
2 parents 885d2b2 + 3782d44 commit 59d9ad5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

modules/oadp-features-plugins-known-issues.adoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,22 @@ You can force the reconciliation by making any minor change to the DPA itself.
4949
----
5050
$ oc -n openshift-adp get secret/oadp-<bsl_name>-<bsl_provider>-registry-secret -o json | jq -r '.data'
5151
----
52+
53+
54+
[id="openshift-adp-controller-manager-seg-fault_{context}"]
55+
== OpenShift ADP Controller segmentation fault
56+
57+
If you configure a DPA with both `cloudstorage` and `restic` enabled, the `openshift-adp-controller-manager` pod crashes and restarts indefinitely until the pod fails with a crash loop segmentation fault.
58+
59+
You can have either `velero` or `cloudstorage` defined, because they are mutually exclusive fields.
60+
61+
* If you have both `velero` and `cloudstorage` defined, the `openshift-adp-controller-manager` fails.
62+
* If you have neither `velero` nor `cloudstorage` defined, the `openshift-adp-controller-manager` fails.
63+
64+
For more information about this issue, see link:https://issues.redhat.com/browse/OADP-1054[OADP-1054].
65+
66+
67+
[id="openshift-adp-controller-manager-seg-fault-workaround_{context}"]
68+
=== OpenShift ADP Controller segmentation fault workaround
69+
70+
You must define either `velero` or `cloudstorage` when you configure a DPA. If you define both APIs in your DPA, the `openshift-adp-controller-manager` pod fails with a crash loop segmentation fault.

0 commit comments

Comments
 (0)