housepower / ckman

This is a tool which used to manage and monitor ClickHouse database
Apache License 2.0
438 stars 108 forks source link

通过官方docker启动的2.2.3版本集群无法创建 #204

Closed shouziws closed 2 years ago

shouziws commented 2 years ago

ckman通过docker启动 2.2.3 image image image

ckman的api请求 {"Version":"21.8.9.13","Cluster":"test","LogicCluster":"testss","Port":9000,"IsReplica":false,"Hosts":["192.168.1.3","192.168.1.4","192.168.1.5"],"ZkNodes":["192.168.1.3","192.168.1.4","192.168.1.5"],"ZkPort":2181,"ZkStatusPort":8080,"PromHost":"127.0.0.1","PromPort":9090,"Password":"ck","Path":"/docker/clickhouse/","SshUser":"root","AuthenticateType":0,"SshPassword":"root","SshPort":22} image

我创建集群的时候报

{ "retCode": "5000", "retMsg": "请求参数错误: Process exited with status 1", "entity": null } 我如何处理呢

shouziws commented 2 years ago

我测试是因为我没有创建对应目录导致的