]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: only run systemd-tmpfiles on ceph run directory 6267/head
authorJason Dillaman <dillaman@redhat.com>
Wed, 14 Oct 2015 20:41:21 +0000 (16:41 -0400)
committerJason Dillaman <dillaman@redhat.com>
Wed, 14 Oct 2015 20:41:32 +0000 (16:41 -0400)
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 <dillaman@redhat.com>
ceph.spec.in

index 173c8f20d6c0485ef249840022234eb552ae88b8..ae7b4981dcf2d53d5fa24724ec0485fbb3926afd 100644 (file)
@@ -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