mirror of
https://github.com/minio/minio.git
synced 2024-12-25 06:35:56 -05:00
add release build-arg to docker multiarch builds (#11754)
additional paths to ignore for healing
This commit is contained in:
parent
9d118b372e
commit
777344a594
@ -1483,12 +1483,15 @@ func (z *erasureServerPools) HealObjects(ctx context.Context, bucket, prefix str
|
||||
if wildcard.Match("buckets/*/.metacache/*", entry.name) {
|
||||
return
|
||||
}
|
||||
if wildcard.Match("tmp/.trash/*", entry.name) {
|
||||
if wildcard.Match("tmp/*", entry.name) {
|
||||
return
|
||||
}
|
||||
if wildcard.Match("multipart/*", entry.name) {
|
||||
return
|
||||
}
|
||||
if wildcard.Match("tmp-old/*", entry.name) {
|
||||
return
|
||||
}
|
||||
}
|
||||
fivs, err := entry.fileInfoVersions(bucket)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user