mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
audit: per object send pool number, set number and servers per operation (#11233)
This commit is contained in:
@@ -126,6 +126,7 @@ func newErasureServerPools(ctx context.Context, endpointServerPools EndpointServ
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
z.serverPools[i].poolNumber = i
|
||||
}
|
||||
ctx, z.shutdown = context.WithCancel(ctx)
|
||||
go intDataUpdateTracker.start(ctx, localDrives...)
|
||||
|
||||
Reference in New Issue
Block a user