joe-pll

Results 7 comments of joe-pll

Hi @ashie I modified the commit as requested. Can you please re-run the pipeline?

Hi @zetaab, Yes, this can partially solve the problme, but it would be nice if we could identify configuration errors before the route is actually called. The solution you're describing...

Yes, this is a problem I'm trying to solve. I have no idea why it returns 'localhost' for the server contacted.

The values are coming from two different data structures of Minio. The minio_uptime comes from ServiceStatus.Uptime, while the minio_server_uptime comes from the ServerInfo structure. I tested on my own and...

Yes, it is normal to return both values. In the Minio API these values are exposed differently. But in case of a single server are the same. What do you...

Hi, after reading your PR I realised that the storageInfo are the same for all the servers. I sligthly modified the code. Could you please try to build from the...