mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
avoid crash if disks are not initialized
This commit is contained in:
@@ -42,6 +42,7 @@ const (
|
||||
)
|
||||
|
||||
var (
|
||||
errLockConflict = errors.New("lock conflict")
|
||||
errLockNotExpired = errors.New("lock not expired")
|
||||
errLockConflict = errors.New("lock conflict")
|
||||
errLockNotExpired = errors.New("lock not expired")
|
||||
errLockNotInitialized = errors.New("lock not initialized")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user