From 477bb064e87032ca58bdc7dab8e2b72d03723f43 Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Wed, 14 Oct 2015 16:41:21 -0400 Subject: [PATCH] ceph.spec.in: only run systemd-tmpfiles on ceph run directory There is a kmod bug that affects RHEL7 derivatives which will result in device permissions being reset back to defaults. Fixes: #13305 Signed-off-by: Jason Dillaman --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index 173c8f20d6c0..ae7b4981dcf2 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -921,7 +921,7 @@ exit 0 %post -n ceph-common %if 0%{?_with_systemd} -systemd-tmpfiles --create +systemd-tmpfiles --create --prefix=/run/ceph %endif %postun -n ceph-common -- 2.47.3