Fix influxdb upgrade permission issue
Change-Id: I0936a26bd51114e372a89daa463a16e5aac3c477 Partial-Bug: #1631503
This commit is contained in:
parent
97686e9fab
commit
e95722522a
@ -7,5 +7,17 @@
|
||||
"owner": "influxdb",
|
||||
"perm": "0600"
|
||||
}
|
||||
],
|
||||
"permissions": [
|
||||
{
|
||||
"path": "/var/lib/influxdb",
|
||||
"owner": "influxdb:influxdb",
|
||||
"recurse": true
|
||||
},
|
||||
{
|
||||
"path": "/var/log/kolla/influxdb",
|
||||
"owner": "influxdb:influxdb",
|
||||
"recurse": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user