mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 15:53:28 +03:00
XL/PutObject: Handle all pending cases of DiskNotFound.
This commit is contained in:
@@ -401,9 +401,7 @@ func (xl xlObjects) deleteObject(bucket, object string) error {
|
||||
err := cleanupDir(disk, bucket, object)
|
||||
if err != nil {
|
||||
dErrs[index] = err
|
||||
return
|
||||
}
|
||||
dErrs[index] = nil
|
||||
}(index, disk)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user