From a842fa5cabf6f773e55c38d54bc0306ccc8f1e0b Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 1 Oct 2013 15:45:13 -0400 Subject: [PATCH] bump the version and changelog, getting ready for 1.2.7 Signed-off-by: Alfredo Deza --- CHANGELOG.rst | 15 +++++++++++++++ ceph_deploy/__init__.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c6879f1..4449fee 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,21 @@ 1.2.7 ----- * 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. 1.2.6 ----- diff --git a/ceph_deploy/__init__.py b/ceph_deploy/__init__.py index 6f7835d..35d767a 100644 --- a/ceph_deploy/__init__.py +++ b/ceph_deploy/__init__.py @@ -1,3 +1,3 @@ -__version__ = '1.2.6' +__version__ = '1.2.7' -- 2.47.3