Hi all, Version 1.2.7 of ceph-deploy has been released, the easy ceph deployment tool. As always, there were a good amount of bug fixes into this release and a wealth of improvements. 1.2.6 was not announced as it was a small bug fix from the previous release. Installation instructions: https://github.com/ceph/ceph-deploy#installation This is the list of all fixes that went into this release which can also be found in the CHANGELOG.rst file in ceph-deploy's git repo: * Ensure local calls to ceph-deploy do not attempt to ssh. * ``mon create-initial`` command to deploy all defined mons, wait for them to form quorum and finally to ``gatherkeys``. * Improve help menu for mon commands. * Add ``--fs-type`` option to ``disk`` and ``osd`` commands (Thanks Benoit Knecht) * Make sure we are using ``--cluster`` for remote configs when starting ceph * Fix broken ``mon destroy`` calls using the new hostname resolution helper * Add a helper to catch common monitor errors (reporting the status of a mon) * Normalize all configuration options in ceph-deploy (Thanks Andrew Woodward) * Use a ``cuttlefish`` compatible ``mon_status`` command * Make ``osd activate`` use the new remote connection libraries for improved readability. * Make ``disk zap`` also use the new remote connection libraries. * Handle any connection errors that may came up when attempting to get into remote hosts. Highlights ----------- * Cuttlefish users will benefit from all the monitor work in ceph-deploy: catch common pitfalls and errors when deploying monitors. * A new sub-command to create monitors was added: ``ceph-deploy mon create-initial`` which will deploy all initially defined monitors, will wait for them to form quorum and finally will gather the keys when they do *greatly simplifying the steps needed for this*. * Disk zapping will have **much** better output and should help debugging. Make sure you update! Thanks, Alfredo _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com