Albert Skalt

Results 5 comments of Albert Skalt

Now, we have `tt cluster replicaset promote/demote/expel`. The commands patch the config in etcd to make some action. How do you think, can we name it `tt cluster replicaset switch`?

> Please, add a message for TarantoolBot with the update. Thank you! Added.

Was decided to implement: `tt rs vshard bootstrap` - bootstraps vshard in cartridge/3.0 cluster. `tt rs bootstrap` - bootstraps an instance in cartridge/3.0 replicaset (by the fact, new instance joins...

It may be related https://github.com/tarantool/go-prompt/issues/13

Possible fix (idk, maybe `clean` itself should be fixed to not consider non-existing directories): ```diff diff --git a/cli/running/running.go b/cli/running/running.go index 373f88d..44e4e29 100644 --- a/cli/running/running.go +++ b/cli/running/running.go @@ -751,10 +751,8 @@...