unified-storage: expose memberlist cluster label config (#104643)

* tweak ringKey/ringName for consistency and allow us to configure memberlist cluster label config

* allow setting memberlist cluster label verification disabled field

---------

Co-authored-by: Peter Štibraný <pstibrany@gmail.com>
This commit is contained in:
Will Assis
2025-04-30 09:43:09 -04:00
committed by GitHub
co-authored by Peter Štibraný
parent 1c5545da04
commit ecea6a9366
4 changed files with 23 additions and 17 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ import (
"google.golang.org/grpc/health/grpc_health_v1"
)
const ringKey = "storage-ring"
const ringName = "unified_storage"
const ringKey = "unified-storage-ring"
const ringName = "unified_storage_ring"
const numTokens = 128
const heartbeatTimeout = time.Minute