minio/pkg/ioutil
Harshavardhana b92a220db1
fix: handle weird drives sporadic read O_DIRECT behavior (#11832)
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
..
append-file_nix.go fix: use buffers only when necessary for io.Copy() (#11229) 2021-01-06 09:36:55 -08:00
append-file_windows.go fix: use buffers only when necessary for io.Copy() (#11229) 2021-01-06 09:36:55 -08:00
ioutil.go [feat] Add configurable deadline for writers (#11822) 2021-03-18 14:09:55 -07:00
ioutil_test.go fix: handle weird drives sporadic read O_DIRECT behavior (#11832) 2021-03-18 20:16:50 -07:00
read_file.go [feat]: use DSYNC for xl.meta writes and NOATIME for reads (#11615) 2021-02-24 00:14:16 -08:00
read_file_noatime_notsupported.go fix: runtime issue on FreeBSD due to missing O_NOATIME/O_DSYNC support (#11790) 2021-03-15 14:02:36 -07:00
read_file_noatime_supported.go fix: runtime issue on FreeBSD due to missing O_NOATIME/O_DSYNC support (#11790) 2021-03-15 14:02:36 -07:00