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:
committed by
Botond Dénes
parent
b25dd2696f
commit
bef3777a5f
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user