From 45e731a71d01ec754e667c6197b636e21b9b7553 Mon Sep 17 00:00:00 2001 From: Erickson Silva de Oliveira Date: Thu, 2 Oct 2025 14:11:13 -0300 Subject: [PATCH] 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 --- systemd-config/source-debian/stx-tmpfiles.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/systemd-config/source-debian/stx-tmpfiles.conf b/systemd-config/source-debian/stx-tmpfiles.conf index bc59266..19c26cf 100644 --- a/systemd-config/source-debian/stx-tmpfiles.conf +++ b/systemd-config/source-debian/stx-tmpfiles.conf @@ -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