influxdb/pkg/file
Jeff Wendling e6aec771b0 fix(tsdb): attempt to work on docker on windows
multiple users have attempted to run influxdb in a docker container
with a windows host and a volume mounted from windows. that causes
problems because it apparently uses samba/cifs which does not
support fsync on directories. this patchset will, if it receives an EINVAL
on directory fsync, as is what appears to happen on samba/cifs, then it
will ignore it. this should help.

fixes #9833.
fixes #9630.
2018-06-01 14:57:18 -06:00
..
file_unix.go fix(tsdb): attempt to work on docker on windows 2018-06-01 14:57:18 -06:00
file_windows.go Save field types to speed up startup 2017-11-22 11:17:34 -07:00