mirror of
https://github.com/minio/minio.git
synced 2026-02-04 18:00:15 -05:00
add more deadlines and pass around context under most situations (#19752)
This commit is contained in:
@@ -700,7 +700,7 @@ func (z *erasureServerPools) LocalStorageInfo(ctx context.Context, metrics bool)
|
||||
}
|
||||
|
||||
func (z *erasureServerPools) StorageInfo(ctx context.Context, metrics bool) StorageInfo {
|
||||
return globalNotificationSys.StorageInfo(z, metrics)
|
||||
return globalNotificationSys.StorageInfo(ctx, z, metrics)
|
||||
}
|
||||
|
||||
func (z *erasureServerPools) NSScanner(ctx context.Context, updates chan<- DataUsageInfo, wantCycle uint32, healScanMode madmin.HealScanMode) error {
|
||||
|
||||
Reference in New Issue
Block a user