Skip to content

Commit 977c62e

Browse files
authored
Merge pull request #87752 from shdeshpa07/OADP-4821-Add-Kopia-repo-config-note
OADP-4821 Added note for kopia repo config
2 parents b8b4179 + 4629711 commit 977c62e

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

modules/oadp-kopia-algorithms-benchmarking.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ You can run Kopia commands to benchmark the hashing, encryption, and splitter al
1414
* You have an application with persistent volumes running in a separate namespace.
1515
* You have run a backup of the application with Container Storage Interface (CSI) snapshots.
1616
17+
include::snippets/kopia-repo-config.adoc[]
18+
1719
.Procedure
1820

19-
. Configure a pod as shown in the following example. Make sure you are using the `oadp-mustgather` image for {oadp-short} version 1.3 and later.
21+
. Configure the `must-gather` pod as shown in the following example. Make sure you are using the `oadp-mustgather` image for {oadp-short} version 1.3 and later.
2022
+
2123
.Example pod configuration
2224
+

modules/oadp-kopia-configuring-algorithms.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ You can use an {oadp-first} option to override the default Kopia algorithms for
1717
* You have installed the {oadp-short} Operator.
1818
* You have created the secret by using the credentials provided by the cloud provider.
1919
20+
include::snippets/kopia-repo-config.adoc[]
21+
2022
.Procedure
2123

2224
* Configure the DPA with the environment variables for hashing, encryption, and splitter as shown in the following example.

snippets/kopia-repo-config.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
//This snippet appears in the following modules:
2+
//
3+
// * modules/oadp-kopia-algorithms-benchmarking.adoc
4+
// * modules/oadp-kopia-configuring-algorithms.adoc
5+
6+
:_mod-docs-content-type: SNIPPET
7+
[NOTE]
8+
====
9+
The configuration of the Kopia algorithms for splitting, hashing, and encryption in the Data Protection Application (DPA) apply only during the initial Kopia repository creation, and cannot be changed later.
10+
11+
To use different Kopia algorithms, ensure that the object storage does not contain any previous Kopia repositories of backups. Configure a new object storage in the Backup Storage Location (BSL) or specify a unique prefix for the object storage in the BSL configuration.
12+
====

0 commit comments

Comments
 (0)