From 3d25edf539755f1902b58d763ea2d3fde703767e Mon Sep 17 00:00:00 2001 From: Anna Stuchlik Date: Mon, 17 Apr 2023 15:24:23 +0200 Subject: [PATCH] doc: remove the sequential repair option from docs Fixes https://github.com/scylladb/scylladb/issues/12132 The sequential repair mode is not supported. This commit removes the incorrect information from the documentation. Closes #13544 --- docs/operating-scylla/nodetool-commands/repair.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/operating-scylla/nodetool-commands/repair.rst b/docs/operating-scylla/nodetool-commands/repair.rst index 1f3ca19969..be769b11c1 100644 --- a/docs/operating-scylla/nodetool-commands/repair.rst +++ b/docs/operating-scylla/nodetool-commands/repair.rst @@ -41,14 +41,6 @@ Scylla nodetool repair command supports the following options: nodetool repair -et 90874935784 nodetool repair --end-token 90874935784 - -- ``-seq``, ``--sequential`` Use *-seq* to carry out a sequential repair. - - For example, a sequential repair of all keyspaces on a node: - - :: - - nodetool repair -seq - ``-hosts`` ``--in-hosts`` syncs the **repair master** data subset only between a list of nodes, using host ID or Address. The list *must* include the **repair master**.