neshte / gluster-k8s-sidecar

Kubernetes sidecar for GlusterFS
MIT License
5 stars 3 forks source link

gfs cluster does not recover #1

Open rimusz opened 8 years ago

rimusz commented 8 years ago

hey there, nice work, I was looking to make a similar solution by myself too. tried to bootstrap 2 nodes gsf cluster, worked fine, so for the test deleted one gfs pod, gfs cluster did not come back :(

rimusz commented 8 years ago

got 4 peers gfs, cluster, tried to delete the third peer pod, cluster recovered, but deleting the first one, that never connected back to the cluster

neshte commented 8 years ago

yes, it has to be multiples of your replication factor, and yes recovery is not very stable... if you have pull requests are welcome!

rimusz commented 8 years ago

need to learn glusterfs first before suggesting any improvements to recovery part :)