influxdb/services/meta
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
..
internal Update restore functionality to run in online mode, consume Enterprise backup files. (#9207) 2018-01-10 13:59:18 -05:00
client.go fix(tsdb): attempt to work on docker on windows 2018-06-01 14:57:18 -06:00
client_test.go Remove IsAdmin() method from meta.User interface 2018-02-13 16:59:22 -08:00
config.go Report subset of config values in SHOW DIAGNOSTICS 2017-03-14 11:34:19 -07:00
config_test.go in memory meta, single node configs, etc. 2016-03-14 16:55:54 +00:00
data.go services/meta: improve readability of Contains function, add unit tests 2018-04-19 18:05:55 -07:00
data_internal_test.go remove unused NewShardOwner func 2017-05-25 11:37:08 -04:00
data_test.go services/meta: improve readability of Contains function, add unit tests 2018-04-19 18:05:55 -07:00
errors.go Add db/rp name validation 2017-01-12 17:38:10 -05:00
meta_test.go Update authentication cache to work for clusters 2016-02-12 07:16:57 -05:00
query_authorizer.go Cleanup services package 2018-01-21 10:52:37 -08:00
write_authorizer.go influxdata/influxdb/influxql -> influxdata/influxql 2017-10-30 14:40:26 -07:00