doc: add the tablets information to the nodetool describering command

This commit adds an explanation of how the `nodetool describering` command
works if tablets are enabled.

(cherry picked from commit 888d7601a2)

Closes scylladb/scylladb#18981
This commit is contained in:
Anna Stuchlik
2024-05-28 17:34:47 +02:00
committed by Botond Dénes
parent b25dd2696f
commit bef3777a5f

View File

@@ -2,14 +2,28 @@ Nodetool describering
=====================
**describering** - :code:`<keyspace>`- Shows the partition ranges of a given keyspace.
For example:
.. code-block:: shell
nodetool describering nba
Example output (for three node cluster on AWS):
If :doc:`tablets </architecture/tablets>` are enabled for your keyspace, you
need to additionally specify the table name. The command will display the ring
of the table.
.. code:: shell
nodetool describering <keyspace> <table>
For example:
.. code-block:: shell
nodetool describering nba player_name
Example output (for a three-node cluster on AWS with tablets disabled):
.. code-block:: shell