I need make a minio cluster on servers which are in use, so I can't change ip or mount pointon of those servers.
So, I can't use this "http://host{o...z}/export{1...m}" syntax, for IPs and PATHs are not continuous.
I know that for single server pool, minio can accept non continuous IP and PATH, like this:
./minio server http://x.x.x.182:/data1 http://x.x.x.184:/data3 http://x.x.x.186:/data5 http://x.x.x.188:/data7
Is there a way to bend the rule for cluster? Or maybe a fork that accept non continuous IP and PATH.