From 0214c2fb71ae83efaf7b28b619e0779129c741ef Mon Sep 17 00:00:00 2001 From: Karol Kokoszka Date: Thu, 27 Jul 2023 14:24:02 +0200 Subject: [PATCH] doc: fix the description of repair parallel --- docs/source/sctool/partials/sctool_repair.yaml | 4 ++-- docs/source/sctool/partials/sctool_repair_update.yaml | 4 ++-- pkg/command/repair/res.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/source/sctool/partials/sctool_repair.yaml b/docs/source/sctool/partials/sctool_repair.yaml index 5fff436014..d0045c1619 100644 --- a/docs/source/sctool/partials/sctool_repair.yaml +++ b/docs/source/sctool/partials/sctool_repair.yaml @@ -105,10 +105,10 @@ options: default_value: "0" usage: | The maximum number of Scylla repair jobs that can run at the same time (on different token ranges and replicas). - Each node can take part in at most one repair at any given moment. By default the maximum possible parallelism is used. The effective parallelism depends on a keyspace replication factor (RF) and the number of nodes. - The formula to calculate is is as follows: number of nodes / RF, ex. for 6 node cluster with RF=3 the maximum parallelism is 2. + The formula to calculate is is as follows: number of nodes / RF. + For example, the maximum parallelism for a 6 node cluster with RF=3 is 2. - name: retry-wait default_value: 10m usage: | diff --git a/docs/source/sctool/partials/sctool_repair_update.yaml b/docs/source/sctool/partials/sctool_repair_update.yaml index 4f25ee283e..2d4777b65e 100644 --- a/docs/source/sctool/partials/sctool_repair_update.yaml +++ b/docs/source/sctool/partials/sctool_repair_update.yaml @@ -104,10 +104,10 @@ options: default_value: "0" usage: | The maximum number of Scylla repair jobs that can run at the same time (on different token ranges and replicas). - Each node can take part in at most one repair at any given moment. By default the maximum possible parallelism is used. The effective parallelism depends on a keyspace replication factor (RF) and the number of nodes. - The formula to calculate is is as follows: number of nodes / RF, ex. for 6 node cluster with RF=3 the maximum parallelism is 2. + The formula to calculate is is as follows: number of nodes / RF. + For example, the maximum parallelism for a 6 node cluster with RF=3 is 2. - name: retry-wait default_value: 10m usage: | diff --git a/pkg/command/repair/res.yaml b/pkg/command/repair/res.yaml index f0e596d541..c332a1d01a 100644 --- a/pkg/command/repair/res.yaml +++ b/pkg/command/repair/res.yaml @@ -23,10 +23,10 @@ intensity: | parallel: | The maximum number of Scylla repair jobs that can run at the same time (on different token ranges and replicas). - Each node can take part in at most one repair at any given moment. By default the maximum possible parallelism is used. The effective parallelism depends on a keyspace replication factor (RF) and the number of nodes. - The formula to calculate is is as follows: number of nodes / RF, ex. for 6 node cluster with RF=3 the maximum parallelism is 2. + The formula to calculate is is as follows: number of nodes / RF. + For example, the maximum parallelism for a 6 node cluster with RF=3 is 2. small-table-threshold: | Enables small table optimization for tables of size lower than given threshold, supported units [B, M, G, T].