Prashanth Pai

Results 14 comments of Prashanth Pai

@oshankkumar Can you please look into this as well while document TLS usage for client-glusterd2 communication ?

> Can this be a Cookie in the header? Yes, a cookie or an identifier. We can also make use of [user agent string](https://en.wikipedia.org/wiki/User_agent) if present. When using curl, or...

`http.StatusUnprocessableEntity` is hard to get right - it's debatable what it means. We removed it a while ago. I'd simply use `400` instead. I want `StatusUnprocessableEntity` to mean that JSON...

@Madhu-1 Those needs to be changed

See https://github.com/gluster/glusterd2/issues/611

There [were plans](https://github.com/gluster/glusterd2/issues/304) to add middlewares to ratelimit request.

> Isn’t “ peer add” a GD2 transaction No it's not. Adding directly to etcd might be the only way I can think of to add volume information. Going through...

> -> After some hours if we are bringing up the external etcd services, glusterd2 services will not come up. Even restart of glusterd2 services also not able to bring...

> So I'm not 100% sold on the idea that we can just dump logs to console and call it a day. > I don't like the idea of having...

I'm gonna take a stab at this soon. It's hard to debug without logs.