mirror of
https://github.com/minio/minio.git
synced 2025-11-09 21:49:46 -05:00
Continue healing other objects even if objects without quorum exist (#5851)
fixes #5815
This commit is contained in:
committed by
Dee Koder
parent
6831177394
commit
9aace6d36d
@@ -387,8 +387,7 @@ func (m xlMetaV1) ObjectToPartOffset(ctx context.Context, offset int64) (partInd
|
||||
}
|
||||
|
||||
// pickValidXLMeta - picks one valid xlMeta content and returns from a
|
||||
// slice of xlmeta content. If no value is found this function panics
|
||||
// and dies.
|
||||
// slice of xlmeta content.
|
||||
func pickValidXLMeta(ctx context.Context, metaArr []xlMetaV1, modTime time.Time) (xmv xlMetaV1, e error) {
|
||||
// Pick latest valid metadata.
|
||||
for _, meta := range metaArr {
|
||||
|
||||
Reference in New Issue
Block a user