ubicloud/spec/model/minio
Jeremy Evans 54f3c23531 Work around bug in endpoint for single server minio clusters
With a single server minio cluster, the endpoint returned by
`JSON.parse(minio_client.admin_info.body)["servers"]` is the cluster
name (no 0 suffix) and not the server name (with 0 suffix). The
purpose of the code is to find the related server, and if there
is only a single server, it is obviously the same one.

This is only a work around. An actual bug fix would be to have
minio return the correct server name. However, I'm not sure how
to do that.
2025-09-27 02:10:40 +09:00
..
minio_cluster_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
minio_pool_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
minio_server_spec.rb Work around bug in endpoint for single server minio clusters 2025-09-27 02:10:40 +09:00