mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
allow site-replication checks to work on non-distributed setups (#17524)
fixes #17523
This commit is contained in:
@@ -232,7 +232,7 @@ var (
|
||||
// The name of this local node, fetched from arguments
|
||||
globalLocalNodeName string
|
||||
globalLocalNodeNameHex string
|
||||
globalNodeNamesHex map[string]struct{}
|
||||
globalNodeNamesHex = make(map[string]struct{})
|
||||
|
||||
// The global subnet config
|
||||
globalSubnetConfig subnet.Config
|
||||
|
||||
Reference in New Issue
Block a user