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-restic-issues.adoc
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,16 +23,21 @@ You can resolve this issue by creating a supplemental group for `Restic` and add
23
23
24
24
. Create a supplemental group for `Restic` on the NFS data volume.
25
25
. Set the `setgid` bit on the NFS directories so that group ownership is inherited.
26
-
. Add the `spec.configuration.restic.supplementalGroups` parameter and the group ID to the `DataProtectionApplication` manifest, as in the following example:
26
+
. Add the `spec.configuration.nodeAgent.supplementalGroups` parameter and the group ID to the `DataProtectionApplication` manifest, as shown in the following example:
Copy file name to clipboardExpand all lines: modules/oadp-restic-timeouts.adoc
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@
6
6
[id="restic-timeout_{context}"]
7
7
= Restic timeout
8
8
9
-
`timeout` defines the Restic timeout. The default value is `1h`.
9
+
The `spec.configuration.nodeAgent.timeout` parameter defines the Restic timeout. The default value is `1h`.
10
10
11
-
Use the Restic `timeout` for the following scenarios:
11
+
Use the Restic `timeout`parameter in the `nodeAgent` section for the following scenarios:
12
12
13
13
* For Restic backups with total PV data usage that is greater than 500GB.
14
14
* If backups are timing out with the following error:
@@ -19,7 +19,7 @@ level=error msg="Error backing up item" backup=velero/monitoring error="timed ou
19
19
----
20
20
21
21
.Procedure
22
-
* Edit the values in the `spec.configuration.restic.timeout` block of the `DataProtectionApplication`CR manifest, as in the following example:
22
+
* Edit the values in the `spec.configuration.nodeAgent.timeout` block of the `DataProtectionApplication`custom resource (CR) manifest, as shown in the following example:
0 commit comments