mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
Remove comments relating to deprecated MINIO_DEBUG envvar (#2797)
This commit is contained in:
committed by
Harshavardhana
parent
8ea571c7f7
commit
10d2ef5449
@@ -187,8 +187,7 @@ func (xl xlObjects) Shutdown() error {
|
||||
|
||||
// HealDiskMetadata function for object storage interface.
|
||||
func (xl xlObjects) HealDiskMetadata() error {
|
||||
// generates random string on setting MINIO_DEBUG=lock, else returns empty string.
|
||||
// used for instrumentation on locks.
|
||||
// get a random ID for lock instrumentation.
|
||||
opsID := getOpsID()
|
||||
|
||||
nsMutex.Lock(minioMetaBucket, formatConfigFile, opsID)
|
||||
|
||||
Reference in New Issue
Block a user