mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 14:10:25 +03:00
Use the same lock for the scanner and site replication healing (#15985)
This commit is contained in:
@@ -291,6 +291,9 @@ var (
|
||||
// GlobalKMS initialized KMS configuration
|
||||
GlobalKMS kms.KMS
|
||||
|
||||
// Common lock for various subsystems performing the leader tasks
|
||||
globalLeaderLock *sharedLock
|
||||
|
||||
// Auto-Encryption, if enabled, turns any non-SSE-C request
|
||||
// into an SSE-S3 request. If enabled a valid, non-empty KMS
|
||||
// configuration must be present.
|
||||
|
||||
Reference in New Issue
Block a user