-
Notifications
You must be signed in to change notification settings - Fork 43
Add tt replicaset status reference #4185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
||
.. code-block:: console | ||
|
||
$ tt replicaset status 192.168.10.10:3301 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Am I correct that displaying a status of a remote replica set (when URI is passed) always requires authentication? Maybe, it would be better to make a separate intro for this code snippet and mention the privileges required to execute the command.
Authentication | ||
~~~~~~~~~~~~~~ | ||
|
||
Use one of the following ways to pass the username and the password when connecting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add a link to https://www.tarantool.io/en/doc/latest/book/admin/access_control/#users somewhere :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TBH, this looks a bit excessive to me: isn't it obvious that we're talking about Tarantool users that exist in the cluster?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are at least two types of users in Tarantool that can confuse beginners:
- Tarantool users.
- TCM users that are mentioned in the same section (
Tooling
).
Co-authored-by: Andrey Aksenov <[email protected]>
Resolves #3966
tt replicaset status
tt promote
andtt demote
Deployment: https://docs.d.tarantool.io/en/doc/gh-3966-tt-replicaset/reference/tooling/tt_cli/replicaset/