Skip to content

Commit

Permalink
fix(docs): keep prod-cluster name convention
Browse files Browse the repository at this point in the history
Ref #3879
  • Loading branch information
Michal-Leszczynski committed Jul 3, 2024
1 parent bd06fdb commit 7d751c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/docker/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Docker command installed.

.. code-block:: none
sctool cluster add --name test --host=scylla --auth-token=token
sctool cluster add --name prod-cluster --host=scylla --auth-token=token
this will print the cluster added message

Expand Down
8 changes: 4 additions & 4 deletions docs/source/sctool/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ List tasks with set properties

.. code-block:: console
sctool tasks -c mycluster --show-properties
sctool tasks -c prod-cluster --show-properties
╭─────────────────────────────────────────────┬──────────────┬────────┬───────────────┬─────────┬───────┬─────────────────────────┬────────────┬─────────┬─────────────────────────┬───────────────────────────╮
│ Task │ Schedule │ Window │ Timezone │ Success │ Error │ Last Success │ Last Error │ Status │ Next │ Properties │
├─────────────────────────────────────────────┼──────────────┼────────┼───────────────┼─────────┼───────┼─────────────────────────┼────────────┼─────────┼─────────────────────────┼───────────────────────────┤
Expand All @@ -63,7 +63,7 @@ Disable repair task

.. code-block:: console
sctool repair update -c mycluster repair/all-weekly --enabled=false
sctool repair update -c prod-cluster repair/all-weekly --enabled=false
List also the disabled tasks
............................
Expand All @@ -72,7 +72,7 @@ Note that disabled tasks are prefixed with ``*``.

.. code-block:: console
sctool tasks -c mycluster -a
sctool tasks -c prod-cluster -a
╭─────────────────────────────────────────────┬──────────────┬────────┬───────────────┬─────────┬───────┬─────────────────────────┬────────────┬────────┬─────────────────────────╮
│ Task │ Schedule │ Window │ Timezone │ Success │ Error │ Last Success │ Last Error │ Status │ Next │
├─────────────────────────────────────────────┼──────────────┼────────┼───────────────┼─────────┼───────┼─────────────────────────┼────────────┼────────┼─────────────────────────┤
Expand All @@ -88,7 +88,7 @@ Enable repair task

.. code-block:: console
sctool repair update -c mycluster repair/all-weekly --enabled=true
sctool repair update -c prod-cluster repair/all-weekly --enabled=true
Download files from backup location
...................................
Expand Down

0 comments on commit 7d751c1

Please sign in to comment.