目前使用docker的ui管理工具 使用的是shipyard 启动的容器如下
shipyard的controller启动后不久就会挂掉 查看日志如下
O[0m[0000] shipyard version 3.1.0 N[0m[0036] Error creating connection: gorethink: dial tcp 124.232.132.94:28015: getsockopt: connection refused A[0m[0036] no connections were made when creating the session O[0m[0000] shipyard version 3.1.0 N[0m[0020] Error creating connection: gorethink: dial tcp 124.232.132.94:28015: getsockopt: connection refused A[0m[0020] no connections were made when creating the session
然 124.232.132.94 这个Ip根本就不是rethinkdb的地址 rethinkdb的实际日志如下:
Recursively removing directory /data/rethinkdb_data/tmp
Initializing directory /data/rethinkdb_data
Running rethinkdb 2.3.6~0jessie (GCC 4.9.2)...
Running on Linux 3.10.0-693.2.2.el7.x86_64 x86_64
Loading data from directory /data/rethinkdb_data
Listening for intracluster connections on port 29015
Listening for client driver connections on port 28015
Listening for administrative HTTP connections on port 8080
Listening on cluster addresses: 127.0.0.1, 172.17.0.2, ::1, fe80::42:acff:fe11:2%90
Listening on driver addresses: 127.0.0.1, 172.17.0.2, ::1, fe80::42:acff:fe11:2%90
Listening on http addresses: 127.0.0.1, 172.17.0.2, ::1, fe80::42:acff:fe11:2%90
Server ready, "4822f7870239_f02" e1b43647-1c9c-459d-bcaf-3c163d20ed2e
为啥controller会去链接这个124.232.132.94的rethinkdb 求指教
使用系统是centos7
|