mirror of
https://github.com/pgsty/minio.git
synced 2026-07-25 15:06:17 +03:00
@@ -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 == "" {
|
||||||
|
|||||||
Reference in New Issue
Block a user