Change mode after ceph and neutron log is rotated
Change the log mode to 644 ensure that fluent can read the files. Change-Id: I5b718b82ac4267ab29425b2859b14e4518e75cf1 Closes-Bug: #1708095
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
"/var/log/kolla/ceph/*.log"
|
"/var/log/kolla/ceph/*.log"
|
||||||
{
|
{
|
||||||
|
create 644 root root
|
||||||
|
postrotate
|
||||||
|
chmod 644 /var/log/kolla/ceph/*.log
|
||||||
|
endscript
|
||||||
}
|
}
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
"/var/log/kolla/neutron/*.log"
|
"/var/log/kolla/neutron/*.log"
|
||||||
{
|
{
|
||||||
|
postrotate
|
||||||
|
chmod 644 /var/log/kolla/neutron/*.log
|
||||||
|
endscript
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user