kubernauts / jmeter-kubernetes

Load testing as a service (LTaaS) with Apache Jmeter on kubernetes
Apache License 2.0
362 stars 249 forks source link

influxdb cannot start #13

Closed johnskiller closed 5 years ago

johnskiller commented 5 years ago

deployed to openshift 3.9

influxdb pod cannot start, log shows:

ts=2018-10-31T14:03:14.074095Z lvl=info msg="InfluxDB starting" log_id=0BUboP6G000 version=1.6.4 branch=1.6 commit=c75cdfdfa6f71a08473fefcec71f6cbcbdef1ff4
--
  | ts=2018-10-31T14:03:14.074200Z lvl=info msg="Go runtime" log_id=0BUboP6G000 version=go1.10.3 maxprocs=8
  | run: create server: mkdir all: mkdir /var/lib/influxdb/meta: permission denied
johnskiller commented 5 years ago

after add a storage to the deplyment, and mount to /var/lib/influxdb, influxdb can started

arashkaffamanesh commented 5 years ago

fine