Use correct permission on Gnocchi tmp dir
Patch Iaf8e13490adffaf4a606730f4758d064af69b2aa does not fix the problem with Gnocchi temporary directory completely. Gnocchi is still not able to create new subdirectories. This patch makes the directory permission more easy. Change-Id: I6b13b0c4aaaa96684b3c7b782a2a2f5ff79e7f39 Closes-Bug: #1799522
This commit is contained in:
parent
beccd1076f
commit
948ab3f0cc
@ -138,7 +138,7 @@ outputs:
|
||||
- - {get_param: GnocchiFileBasePath}
|
||||
- "tmp"
|
||||
owner: gnocchi:gnocchi
|
||||
perm: '0600'
|
||||
perm: '0750'
|
||||
recurse: true
|
||||
/var/lib/kolla/config_files/gnocchi_db_sync.json:
|
||||
command:
|
||||
|
Loading…
x
Reference in New Issue
Block a user