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