mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
Add slack channel link to corrupted disk err msg (#4270)
This commit is contained in:
committed by
Harshavardhana
parent
5a16dcf4cf
commit
f2ed149714
@@ -22,7 +22,7 @@ import "errors"
|
||||
var errUnexpected = errors.New("Unexpected error, please report this issue at https://github.com/minio/minio/issues")
|
||||
|
||||
// errCorruptedFormat - corrupted backend format.
|
||||
var errCorruptedFormat = errors.New("corrupted backend format")
|
||||
var errCorruptedFormat = errors.New("corrupted backend format, please join https://slack.minio.io for assistance")
|
||||
|
||||
// errUnformattedDisk - unformatted disk found.
|
||||
var errUnformattedDisk = errors.New("unformatted disk found")
|
||||
|
||||
Reference in New Issue
Block a user