Skip to content

Commit

Permalink
Merge pull request #228 from wayblink/update-check
Browse files Browse the repository at this point in the history
Update output of check command
  • Loading branch information
lentitude2tk authored Nov 1, 2023
2 parents b149156 + 0ca6841 commit 9b6ba92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/backup_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ func (b *BackupContext) Check(ctx context.Context) string {
}

if len(paths) == 0 {
return "Milvus storage root path is empty, please verify config if your cluster has is not empty\n" + info
return "Milvus storage is empty. Please verify whether your cluster is really empty. If not, the configs(minio address, port, bucket, rootPath) may be wrong\n" + info
}

paths, _, err = b.getStorageClient().ListWithPrefix(ctx, b.backupBucketName, b.backupRootPath+SEPERATOR, false)
Expand Down

0 comments on commit 9b6ba92

Please sign in to comment.