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.
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
Product: tt CLI Since: 2.2+ (not released yet) Root document:
SME: @ oleg-jukovec @ psergee
To do together with other tt replicaset documentation tasks, see #3850.
tt replicaset
The patch introduces a new command for the tt replicaset module:
tt replicaset expel APP_NAME:INSTANCE_NAME
The command automatically determines a replicaset orchestrator. Currently, it supports:
Usage:
tt replicaset expel [--cartridge|--config|--custom] <APP_NAME:INSTANCE_NAME>
The example of execution:
$ tt replicaset expel myapp:instance-003 • Discovery application... Orchestrator: centralized config Replicasets state: bootstrapped • replicaset-001 Failover: off Master: single • instance-001 unix/:./instance-001.iproto rw • instance-002 unix/:./instance-002.iproto read • instance-003 unix/:./instance-003.iproto read • replicaset-002 Failover: off Master: multi • instance-004 unix/:./instance-004.iproto rw • instance-005 unix/:./instance-005.iproto rw • Expel instance: instance-003 • Done. $ tt replicaset status myapp Orchestrator: centralized config Replicasets state: bootstrapped • replicaset-001 Failover: off Master: single • instance-001 unix/:./instance-001.iproto rw • instance-002 unix/:./instance-002.iproto read • replicaset-002 Failover: off Master: multi • instance-004 unix/:./instance-004.iproto rw • instance-005 unix/:./instance-005.iproto rw
Closes #318 Requested by @oleg-jukovec in tarantool/tt@61adda9.
The text was updated successfully, but these errors were encountered:
Add new tt commands: tt rs expel, tt rs vshard bootstrap, tt cluster …
7916533
…publish with new instance (#4330) Resolves #4142 #4261, #4241
p7nov
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Product: tt CLI
Since: 2.2+ (not released yet)
Root document:
SME: @ oleg-jukovec @ psergee
Details
To do together with other
tt replicaset
documentation tasks, see #3850.The patch introduces a new command for the
tt replicaset
module:tt replicaset expel APP_NAME:INSTANCE_NAME
- to expel an instancefrom a cluster.
The command automatically determines a replicaset orchestrator.
Currently, it supports:
Usage:
tt replicaset expel [--cartridge|--config|--custom] <APP_NAME:INSTANCE_NAME>
The example of execution:
Closes #318
Requested by @oleg-jukovec in tarantool/tt@61adda9.
The text was updated successfully, but these errors were encountered: