在CopyComponent这一步发生错误。
2020-06-03T09:12:24.968+0100 DEBUG TaskBegin {"task": "CopyComponent: component=blackbox_exporter, version=v0.12.0, remote=192.168.10.100:/root/tidb-deploy/monitor-9100 os=linux, arch=amd64"}
2020-06-03T09:12:25.265+0100 DEBUG TaskFinish {"task": "CopyComponent: component=node_exporter, version=v0.17.0, remote=192.168.10.100:/root/tidb-deploy/monitor-9100 os=linux, arch=amd64", "error": "Process exited with status 1", "errorVerbose": "Process exited with status 1\
github.com/pingcap/errors.AddStack\
\t/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20190809092503-95897b64e011/errors.go:174\
github.com/pingcap/errors.Trace\
\t/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20190809092503-95897b64e011/juju_adaptor.go:15\
github.com/pingcap/tiup/pkg/cluster/task.(*InstallPackage).Execute\
\t/home/jenkins/agent/workspace/tiup-release/pkg/cluster/task/install_package.go:45\
github.com/pingcap/tiup/pkg/cluster/task.(*CopyComponent).Execute\
\t/home/jenkins/agent/workspace/tiup-release/pkg/cluster/task/copy_component.go:46\
github.com/pingcap/tiup/pkg/cluster/task.(*Serial).Execute\
\t/home/jenkins/agent/workspace/tiup-release/pkg/cluster/task/task.go:183\
github.com/pingcap/tiup/pkg/cluster/task.(*StepDisplay).Execute\
\t/home/jenkins/agent/workspace/tiup-release/pkg/cluster/task/step.go:85\
github.com/pingcap/tiup/pkg/cluster/task.(*Parallel).Execute.func1\
\t/home/jenkins/agent/workspace/tiup-release/pkg/cluster/task/task.go:236\
runtime.goexit\
\t/usr/local/go/src/runtime/asm_amd64.s:1357"}
以下是我的配置文件:
# # Global variables are applied to all deployments and used as the default value of
# # the deployments if a specific deployment value is missing.
global:
user: "tidb"
ssh_port: 22
deploy_dir: "/root/tidb-deploy"
data_dir: "/root/tidb-data"
# # Monitored variables are applied to all the machines.
monitored:
node_exporter_port: 9100
blackbox_exporter_port: 9115
server_configs:
tidb:
log.slow-threshold: 300
tikv:
readpool.storage.use-unified-pool: false
readpool.coprocessor.use-unified-pool: true
pd:
replication.enable-placement-rules: true
tiflash:
logger.level: "info"
pd_servers:
- host: 192.168.10.100
tidb_servers:
- host: 192.168.10.100
tikv_servers:
- host: 192.168.10.100
port: 20160
status_port: 20180
- host: 192.168.10.100
port: 20161
status_port: 20181
- host: 192.168.10.100
port: 20162
status_port: 20182
tiflash_servers:
- host: 192.168.10.100