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 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html