mirror of
https://github.com/minio/minio.git
synced 2026-03-23 02:54:50 -04:00
Do not attempt to fetch volume/drive information for each i/o situation. In our case we do this in all calls `posix.go` this in-turn created a terrible situation for windows. This issue does not affect the i/o path on Unix platforms since statvfs calls are in the range of micro seconds on these platforms. This verification is only needed during startup and we let things fail at a later stage on windows. |
||
|---|---|---|
| .. | ||
| disk.go | ||
| disk_test.go | ||
| stat_nix.go | ||
| stat_windows.go | ||
| type_darwin.go | ||
| type_linux.go | ||
| type_unix.go | ||
| type_windows.go | ||