Skip to content

Commit

Permalink
ceph.spec.in: only run systemd-tmpfiles on ceph run directory
Browse files Browse the repository at this point in the history
There is a kmod bug that affects RHEL7 derivatives which will
result in device permissions being reset back to defaults.

Fixes: ceph#13305
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
  • Loading branch information
Jason Dillaman committed Oct 14, 2015
1 parent 2e9c512 commit 477bb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceph.spec.in
Expand Up @@ -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
Expand Down

0 comments on commit 477bb06

Please sign in to comment.