mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
parent
c0e79e28b2
commit
d524544494
@ -610,6 +610,7 @@ func (er erasureObjects) putObject(ctx context.Context, bucket string, object st
|
||||
}
|
||||
if disk == nil {
|
||||
parityDrives++
|
||||
continue
|
||||
}
|
||||
di, err := disk.DiskInfo(ctx)
|
||||
if err != nil || di.ID == "" {
|
||||
|
Loading…
Reference in New Issue
Block a user