tiup
tiup copied to clipboard
A component manager for TiDB
## Feature Request **Is your feature request related to a problem? Please describe:** 1.在使用 tiup 接管 ansible 时,用户可能某些组件未部署 monitor,或部分组件端口或路径不同,存在提前修复遗留或增加额外变更,以及被忽略了此种可能,大多数情况下均有发生 2.在 tiup upgrade 过程中不会检测该问题,所以在事中不能被发现,相对然而是一个好的行为 3.在 tiup 运维过程中,如果某些节点上因前期原因缺少监控 monitor 服务,在 reload 等操作过程中上会报错路径不存在,进而中断...
## Bug Report From https://asktug.com/t/topic/69507 TiUP doesn't support deploy the cluster with different monitored_servers config, so it only read `[all:vars]` at this time. Some times the user may config the...
## Feature Request **Is your feature request related to a problem? Please describe:** The result of tiup fio is always `pass`, and the test parameters are fixed, which is not...
## Bug Report 1. What did you do? tiup .... | tee my.log (in a `screen`, but this is not important) 2. What did you expect to see? Regular output....
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? inventory.ini config   tiup cluster edit-config  2. What did you expect...
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? tiup cluster display tidb-test tiup cluster reload tidb-test -R tikv cirl -C tiup...
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? `SSH type: builtin` `tiup cluster scale-out clustername scale.tikv.yaml -u root -p` Target host...
## Feature Request **Is your feature request related to a problem? Please describe:** reference:https://github.com/pingcap/tiup/issues/1440 **Describe the feature you'd like:** We can modify the location of the slow log through the...
## Feature Request **Is your feature request related to a problem? Please describe:** **Describe the feature you'd like:** `ss` is the package of `iproute2`, in some host, this tool maybe...
### What problem does this PR solve? Supply a web UI of tiup cluster component for users to easily deploy and operate a cluster. Replace the old PR #706 ,...