You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you see instead?
[tidb@ip-10-32-3-41 ~]$ tiup cluster scale-out test-cluster pump.yaml
Starting component cluster: /home/tidb/.tiup/components/cluster/v1.4.3/tiup-cluster scale-out test-cluster pump.yaml
Error: Deploy directory overlaps to another instance (spec.deploy.dir_overlap)
The directory you specified in the topology file is:
Directory: log directory /data/log
Component: tidb 10.32.3.45
It overlaps to another instance:
Other Directory: monitor log directory /data/log
Other Component: pump 10.32.3.45
Please modify the topology file and try again.
Error: run /home/tidb/.tiup/components/cluster/v1.4.3/tiup-cluster (wd:/home/tidb/.tiup/data/SYPuYjL) failed: exit status 1
Bug Report
Please answer these questions before submitting your issue. Thanks!
tiup cluster import test-cluster
...
tiup cluster scale-out test-cluster pump.yaml
What did you expect to see?
successfully
What did you see instead?
[tidb@ip-10-32-3-41 ~]$ tiup cluster scale-out test-cluster pump.yaml
Starting component
cluster
: /home/tidb/.tiup/components/cluster/v1.4.3/tiup-cluster scale-out test-cluster pump.yamlError: Deploy directory overlaps to another instance (spec.deploy.dir_overlap)
The directory you specified in the topology file is:
Directory: log directory /data/log
Component: tidb 10.32.3.45
It overlaps to another instance:
Other Directory: monitor log directory /data/log
Other Component: pump 10.32.3.45
Please modify the topology file and try again.
Error: run
/home/tidb/.tiup/components/cluster/v1.4.3/tiup-cluster
(wd:/home/tidb/.tiup/data/SYPuYjL) failed: exit status 1topo:
scale-out.yaml
pump_servers:
ssh_port: 22
port: 8250
deploy_dir: "/data/pump"
data_dir: "/data/data.pump"
log_dir: "/data/pumplog/log"
config:
gc: 3
ssh_port: 22
port: 8250
deploy_dir: "/data/pump"
data_dir: "/data/data.pump"
log_dir: "/data/pumplog/log"
config:
gc: 3
ssh_port: 22
port: 8250
deploy_dir: "/data/pump"
data_dir: "/data/data.pump"
log_dir: "/data/pumplog/log"
config:
gc: 3
tiup --version
)?[tidb@ip-10-32-3-41 ~]$ tiup cluster --version
Starting component
cluster
: /home/tidb/.tiup/components/cluster/v1.4.3/tiup-cluster --versiontiup version 1.4.3 tiup
Go Version: go1.16.4
Git Ref: v1.4.3
GitHash: 0faec47
[tidb@ip-10-32-3-41 ~]$
[tidb@ip-10-32-3-41 ~]$ tiup --version
1.4.3 tiup
Go Version: go1.16.4
Git Ref: v1.4.3
GitHash: 0faec47
The text was updated successfully, but these errors were encountered: