ubicloud/prog/minio
Burak Yucesoy 205759980b Fix incorrect comparision between symbols and strings in deadlines
In register_deadline function, we have a logic where we don't allow extending
the deadline if the target is same. However, we were comparing symbols with
strings to decide if the target is same, which always results in us deciding
the targets are different and extending the deadline. This commit fixes This
by using strings for deadline targets.
2024-12-17 13:13:23 +01:00
..
minio_cluster_nexus.rb Fix incorrect comparision between symbols and strings in deadlines 2024-12-17 13:13:23 +01:00
minio_pool_nexus.rb Refactor MinIO Provisioning Path 2024-01-09 10:20:17 +01:00
minio_server_nexus.rb Fix incorrect comparision between symbols and strings in deadlines 2024-12-17 13:13:23 +01:00
setup_minio.rb Fix MINIO_SERVER_URL config for clusters without DnsZone 2024-02-26 12:52:47 +01:00