Add '/var/log/ceph/crash' to stx-tmpfiles.conf
Due to the change in revision [1], it is necessary to ensure that the '/var/log/ceph/crash' directory exists. Therefore, the directory was added to the stx-tmpfiles.conf file. [1]: https://review.opendev.org/c/starlingx/integ/+/962856 Test Plan: - PASS: Fresh install on AIO-SX - PASS: Checks if the /var/log/ceph/crash directory exists. Partial-Bug: 2126671 Change-Id: Ie728bbff4479c72010ae4e94d21a29b4f552c1e5 Signed-off-by: Erickson Silva de Oliveira <Erickson.SilvadeOliveira@windriver.com>
This commit is contained in:
@@ -13,6 +13,7 @@ d /var/log/horizon 0755 root root -
|
||||
|
||||
# ceph
|
||||
d /var/log/ceph 2770 root root -
|
||||
d /var/log/ceph/crash 2770 root root -
|
||||
d /var/log/radosgw 0755 root root -
|
||||
|
||||
# misc
|
||||
|
Reference in New Issue
Block a user