Merge branch 'release-v3.6' into fix-bug-2039-3.6

This commit is contained in:
skiffer-git
2024-03-08 16:11:27 +08:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -102,6 +102,7 @@ func main() {
if !check.flag {
err = check.function(check.config)
if err != nil {
if check.name == "Minio" {
if errors.Is(err, errMinioNotEnabled) {
fmt.Println(err.Error(), " check ", check.name)
@@ -113,6 +114,7 @@ func main() {
}
}
component.ErrorPrint(fmt.Sprintf("Starting %s failed:%v.", check.name, errs.Unwrap(err).Error()))
if strings.Contains(errs.Unwrap(err).Error(), "connection refused") ||
strings.Contains(errs.Unwrap(err).Error(), "timeout") ||