vmware-archive / vsphere-flocker-driver

vSphere Flocker driver
Other
24 stars 16 forks source link

"flockerctl list-nodes" doesn't shows all the nodes #34

Open akshaycalsoft opened 8 years ago

akshaycalsoft commented 8 years ago

Hello, The Flocker Control Service node don't show all nodes.

I have 3 nodes

node1: All Flocker Agent Services are up. flocker-dataset-agent, flocker-container-agent and flocker-docker-plugin are running well. Ip address is 10.20.20.1 node2: All Flocker Agent Services are up. flocker-dataset-agent, flocker-container-agent and flocker-docker-plugin are running well. Ip address is 10.20.20.2 node-control (node control only): The Flocker Control Service is Up. flocker-control is running well. Ip address is 10.20.20.3 flockerctl list-nodes command shows: [root@machine flocker]# flockerctl list-nodes SERVER ADDRESS
56618826 10.20.20.1

I restarted both services, then I run flockerctl list-nodes command, still I don't see node2 [root@machine flocker]# flockerctl list-nodes SERVER ADDRESS
56618826 10.20.20.1

I checked certificates (node.crt and node.key) on both nodes to verify whether they are same, but they are different as supposed to be.

Any ideas? Why I can not see both the nodes? This question concerns Flocker Services?