Yesterday we found out that there was a dependency issue for the init script on CentOS/RHEL distros where we depend on some functions that are available through redhat-lsb-core but were not declared in the ceph.spec file.
This will cause daemons not to start at all since the init script will attempt to source a file that is not there (if that package is not installed). The workaround for this issue is to just install that one package: sudo yum install redhat-lsb-core And make sure that `/lib/lsb/init-functions` is present. This should not affect Debian (and Debian based) distros. Ticket reference: http://tracker.ceph.com/issues/8028 _______________________________________________ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com