This was commented out almost years ago in commit
9baf5ef4 but it is not
clear to me that it was correct to do so. In any case, we are not
installing the rc.d links for ceph, which means it does not start up after
a reboot.
Signed-off-by: Sage Weil <sage@inktank.com>
%post
/sbin/ldconfig
-#/sbin/chkconfig --add ceph
+/sbin/chkconfig --add ceph
%preun
%if %{defined suse_version}
%endif
if [ $1 = 0 ] ; then
/sbin/service ceph stop >/dev/null 2>&1
-# /sbin/chkconfig --del ceph
+ /sbin/chkconfig --del ceph
fi
%postun