mirror of
https://github.com/minio/minio.git
synced 2025-11-26 04:26:12 -05:00
HealObjects should remove objects without quorum (#7407)
This PR adds a way to list objects without quorum such that they can purged by `mc admin heal --remove`
This commit is contained in:
committed by
kannappanr
parent
9629de8230
commit
4a698c731b
@@ -165,7 +165,7 @@ func disksWithAllParts(ctx context.Context, onlineDisks []StorageAPI, partsMetad
|
||||
|
||||
for i, onlineDisk := range onlineDisks {
|
||||
if onlineDisk == nil {
|
||||
dataErrs[i] = errDiskNotFound
|
||||
dataErrs[i] = errs[i]
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user