We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tt replicaset
rs
status
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
Related dev. issue(s): tarantool/tt#314, tarantool/tt#317
Product: Tarantool, Cartridge, TDG, connectors, tools? Since: 2.1.1 Root document: https://www.tarantool.io/en/doc/latest/reference/tooling/tt_cli/commands/ SME: @ oleg-jukovec
To do together with other tt replicaset documentation tasks, see #3850.
The patch introduces a new module replicaset (rs shortcut). The module has one command at this moment:
replicaset
tt replicaset status <target>
The target could be an application, an instance, or remote instance.
The command automatically determines a replicaset orchestrator. Currently, it supports:
Usage:
tt replicaset status [--cartridge|--config|--custom] (<APP_NAME> | <APP_NAME:INSTANCE_NAME> | <URI>)
The URI can be specified in the following formats:
The command supports the following environment variables used with URI:
TT_CLI_USERNAME
TT_CLI_PASSWORD
Additional flags are supported:
The example of execution:
$ tt replicaset status myapp Orchestrator: cartridge Replicasets state: bootstrapped • router Failover: off Provider: none Master: single Roles: failover-coordinator, vshard-router, app.roles.custom ★ router localhost:3301 rw • s-1 Failover: off Provider: none Master: single Roles: vshard-storage ★ s1-master localhost:3302 rw • s1-replica localhost:3303 read
Closes #314 Closes #317 Requested by @oleg-jukovec in tarantool/tt@afb76ff.
The text was updated successfully, but these errors were encountered:
Add tt replicaset status reference (#4185)
5d06f39
Resolves #3966 Co-authored-by: Andrey Aksenov <[email protected]>
p7nov
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Related dev. issue(s): tarantool/tt#314, tarantool/tt#317
Product: Tarantool, Cartridge, TDG, connectors, tools?
Since: 2.1.1
Root document: https://www.tarantool.io/en/doc/latest/reference/tooling/tt_cli/commands/
SME: @ oleg-jukovec
Details
To do together with other
tt replicaset
documentation tasks, see #3850.The patch introduces a new module
replicaset
(rs
shortcut). Themodule has one command at this moment:
tt replicaset status <target>
- to show a replicaset status.The target could be an application, an instance, or remote instance.
The command automatically determines a replicaset orchestrator.
Currently, it supports:
Usage:
tt replicaset status [--cartridge|--config|--custom] (<APP_NAME> | <APP_NAME:INSTANCE_NAME> | <URI>)
The URI can be specified in the following formats:
The command supports the following environment variables used with URI:
TT_CLI_USERNAME
- specifies a username for the URI caseTT_CLI_PASSWORD
- specifies a password for the URI caseAdditional flags are supported:
file for the URI case
case
the replicasetion for the URI case
The example of execution:
Closes #314
Closes #317
Requested by @oleg-jukovec in tarantool/tt@afb76ff.
The text was updated successfully, but these errors were encountered: