Skip to content

Commit e3819d2

Browse files
authored
Merge pull request #68357 from anarnold97/OADP-2786-OADP-Velero-received-EOF
OADP-2786: OADP Velero received EOF, stopping recv loop
2 parents 86520b7 + fb1fce9 commit e3819d2

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

backup_and_restore/application_backup_and_restore/oadp-features-plugins.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The default plugins enable Velero to integrate with certain cloud providers and
1313
include::modules/oadp-features.adoc[leveloffset=+1]
1414
include::modules/oadp-plugins.adoc[leveloffset=+1]
1515
include::modules/oadp-configuring-velero-plugins.adoc[leveloffset=+1]
16+
include::modules/oadp-plugins-receiving-eof-message.adoc[leveloffset=+2]
1617
include::modules/oadp-supported-architecture.adoc[leveloffset=+1]
1718

1819
[id="oadp-support-for-ibm-power-and-ibm-z"]

backup_and_restore/application_backup_and_restore/troubleshooting.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ This section describes the additional steps required to restore resources for se
7070

7171
include::modules/migration-debugging-velero-admission-webhooks-knative.adoc[leveloffset=+3]
7272
include::modules/migration-debugging-velero-admission-webhooks-ibm-appconnect.adoc[leveloffset=+3]
73+
include::modules/oadp-plugins-receiving-eof-message.adoc[leveloffset=+2]
7374

7475
[role="_additional-resources"]
7576
.Additional resources
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * backup_and_restore/application_backup_and_restore/oadp-features-plugins.adoc
4+
5+
:_mod-docs-content-type: CONCEPT
6+
[id="oadp-plugins-receiving-eof-message_{context}"]
7+
8+
= Velero plugins returning "received EOF, stopping recv loop" message
9+
10+
[NOTE]
11+
====
12+
Velero plugins are started as separate processes. After the Velero operation has completed, either successfully or not, they exit. Receiving a `received EOF, stopping recv loop` message in the debug logs indicates that a plugin operation has completed. It does not mean that an error has occurred.
13+
====

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,8 @@ OADP backups might fail because a UID/GID range might have changed on the cluste
6060

6161
A restoration might fail if ArgoCD is used during the process due to a label used by ArgoCD, `app.kubernetes.io/instance`. This label identifies which resources ArgoCD needs to manage, which can create a conflict with OADP's procedure for managing resources on restoration. To work around this issue, set `.spec.resourceTrackingMethod` on the ArgoCD YAML to `annotation+label` or `annotation`. If the issue continues to persist, then disable ArgoCD before beginning to restore, and enable it again when restoration is finished.
6262

63+
.OADP Velero plugins returning "received EOF, stopping recv loop" message
64+
65+
Velero plugins are started as separate processes. When the Velero operation has completed, either successfully or not, they exit. Therefore if you see a `received EOF, stopping recv loop` messages in debug logs, it does not mean an error occurred. The message indicates that a plugin operation has completed. link:https://issues.redhat.com/browse/OADP-2176[OADP-2176]
66+
6367
For a complete list of all known issues in this release, see the list of link:https://issues.redhat.com/browse/OADP-1057?filter=12420908[OADP 1.1.4 known issues] in Jira.

0 commit comments

Comments
 (0)