Rishubh Jain

Results 60 comments of Rishubh Jain

@aravindavk I was considering the scenario where glusterd2 was down and the node is reported as down to other nodes.

@Madhu-1 Is it because of the retries?

Will #1337 solve this issue? or will it be a partial solution?

@vpandey-RH Yes, but retriggering should not be a solution to the problem, trying to find out the real cause.

@aravindavk In brickmux e2e tests, the gd2 service is getting killed after setting up the cluster and then respawned, I will send the PR, it will give us a better...

@aravindavk This might be possible because of https://github.com/gluster/glusterd2/blob/master/glusterd2/commands/peers/addpeer.go#L58, this node might be having multiple addresses. @PrasadDesala Can you print the output of `glustercli peer status` before adding the node? and...

@aravindavk The document looks good, maybe we can add another heading stating the error received by the user if the auth fails or if proper authentication steps are not followed....

@ksandha The failure is because there is not enough space to create the volume. Can you provide the list of devices your nodes have and also the space available on...

> @Akarsha-rai If you want the grpc server to listen on all IP, you can set peeraddress = "0.0.0.0:24008" in config file I think we should mention this in doc...

I think checking client addresses as well as peer addresses before adding the peer should solve this problem. @aravindavk any suggestions?