summaryrefslogtreecommitdiff
path: root/ceph.spec.in
diff options
context:
space:
mode:
authorThomas Mueller <thomas@chaschperli.ch>2010-07-29 15:52:05 +0000
committerSage Weil <sage@newdream.net>2010-07-29 09:14:11 -0700
commit183984e1102c623790aabbd152977bcdfce4e6bb (patch)
tree003cde06d057a452240a744b240ede0c96a92e8a /ceph.spec.in
parentce07f280c79bd77c3ebff21abfb8ea26f2d3e128 (diff)
downloadceph-183984e1102c623790aabbd152977bcdfce4e6bb.tar.gz
ceph.spec.in: create /var/log/ceph/stat dir
the logrotate config expects a var/log/ceph/stat dir - create it. Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r--ceph.spec.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/ceph.spec.in b/ceph.spec.in
index b79f8e4fae8..a8a5e25485a 100644
--- a/ceph.spec.in
+++ b/ceph.spec.in
@@ -73,6 +73,7 @@ chmod 0644 $RPM_BUILD_ROOT%{_sysconfdir}/ceph/sample.ceph.conf
install -m 0644 -D debian/ceph.logrotate $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/ceph
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/ceph/tmp/
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log/ceph/
+mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log/ceph/stat
%clean
rm -rf $RPM_BUILD_ROOT