gluster / gluster-kubernetes

GlusterFS Native Storage Service for Kubernetes
Apache License 2.0
874 stars 390 forks source link

Unable to create node: peer probe: failed: Probe returned with Transport endpoint is not connected #609

Open danielyeap opened 4 years ago

danielyeap commented 4 years ago

When I execute "./gk-deploy -g --admin-key abc123 --user-key abc123 --ssh-user root -vy ./topology.json", I was shown the following error:

Found node okd2.test.com on cluster 872cd421545a84e320a8af33fbf89879 Found device /dev/sdb Creating node okd3.test.com ... Unable to create node: peer probe: failed: Probe returned with Transport endpoint is not connected Creating node okd4.test.com ... Unable to create node: peer probe: failed: Probe returned with Transport endpoint is not connected Error loading the cluster topology. Please check the failed node or device and rerun this script.

Can I know how can I fix this issue? Thanks.

linbingdouzhe commented 4 years ago

i think that project is close.....

phlogistonjohn commented 4 years ago

I suggest investigating networking between the hosts that will be running gluster. The "Transport endpoint is not connected" is sort-of gluster's general "something went wrong" message. You can look in the heketi logs to see exactly what commands failed.

phlogistonjohn commented 4 years ago

There should also be logs on the nodes/pods for gluster with additional details.