1
0
mirror of https://github.com/minio/minio.git synced 2025-03-24 22:44:16 -04:00
Harshavardhana 43f973c4cf
fix: check for O_DIRECT support for reads and writes ()
In-case user enables O_DIRECT for reads and backend does
not support it we shall proceed to turn it off instead
and print a warning. This validation avoids any unexpected
downtimes that users may incur.
2021-01-22 15:38:21 -08:00
..