mirror of
https://github.com/minio/minio.git
synced 2026-03-21 18:21:47 -04:00
disk usage crawling is not needed when a tenant is not sharing the same disk for multiple other tenants. This PR adds an optimization when we see a setup uses entire disk, we simply rely on statvfs() to give us total usage. This PR also additionally adds low priority scheduling for usage check routine, such that other go-routines blocked will be automatically unblocked and prioritized before usage. |
||
|---|---|---|
| .. | ||
| bufconn.go | ||
| bufconn_test.go | ||
| conn_bug_21133.go | ||
| listener.go | ||
| listener_test.go | ||
| server.go | ||
| server_test.go | ||
| timeoutconn.go | ||