unified-storage: setup distributor module option A (#104737)
* setup distributor module * move lifecycler into resource server provider * remove ring/client pool setup from distributor module and use the same ring/client pool between storage server module and distributor module * implement resourcestore server methods * make healthcheck fail if ring is not running
This commit is contained in:
@@ -32,6 +32,8 @@ func (ms *ModuleServer) initMemberlistKV() (services.Service, error) {
|
||||
|
||||
ms.MemberlistKVConfig = KVStore
|
||||
|
||||
ms.httpServerRouter.Path("/memberlist").Methods("GET", "POST").Handler(memberlistKVsvc)
|
||||
|
||||
return memberlistKVsvc, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user