Hi everyone, A new version of ceph-deploy has been released. Version 1.5.27 includes the following: - a new "ceph-deploy repo" command that allows for adding and removing custom repo definitions - Makes commands like "ceph-deploy install --rgw" only install the RGW component of Ceph. This works for daemons/components such as --rgw, --mds, and --cli, depending on how packages are split on your distro. For example, Debian packages the Ceph MDS into a separate 'ceph-mon' package, and therefore if you use "install --mds" only the ceph-mds package will be installed. RPM packages do not do this, so it has to install "ceph", which includes MDS, MON, and OSD daemons. Further package splits are coming, but right now we do what we can. - Some fixes around using DNF (Fedora >= 22) - Early support for systemd (Fedora 22 and development Ceph builds only) - Loads of internal changes. Full changelog is at [1]. Updated packages have been uploaded to {rpm,debian}-{firefly,hammer,testing} repos on ceph.com, and to PyPI. Cheers, - Travis [1] http://ceph.com/ceph-deploy/docs/changelog.html#id2 _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com