1
0
mirror of https://github.com/minio/minio.git synced 2025-02-18 17:12:31 -05:00
minio/pkg/ioutil
Harshavardhana b92a220db1
fix: handle weird drives sporadic read O_DIRECT behavior ()
on freshReads if drive returns errInvalidArgument, we
should simply turn-off DirectIO and read normally, there
are situations in k8s like environments where the drives
behave sporadically in a single deployment and may not
have been implemented properly to handle O_DIRECT for
reads.
2021-03-18 20:16:50 -07:00
..