e6aec771b0
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. |
||
---|---|---|
.. | ||
internal | ||
client.go | ||
client_test.go | ||
config.go | ||
config_test.go | ||
data.go | ||
data_internal_test.go | ||
data_test.go | ||
errors.go | ||
meta_test.go | ||
query_authorizer.go | ||
write_authorizer.go |