1
0
mirror of https://github.com/minio/minio.git synced 2025-03-23 22:14:14 -04:00
Harshavardhana f3c6c55719 posix: Fix windows performance issues. ()
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.
2016-10-31 09:34:44 -07:00
..