]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
bump the version and changelog, getting ready for 1.2.7 96/head
authorAlfredo Deza <alfredo.deza@inktank.com>
Tue, 1 Oct 2013 19:45:13 +0000 (15:45 -0400)
committerAlfredo Deza <alfredo.deza@inktank.com>
Tue, 1 Oct 2013 19:45:13 +0000 (15:45 -0400)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
CHANGELOG.rst
ceph_deploy/__init__.py

index c6879f140bbd388472df46f8e42ad1e7eeccead9..4449fee6a9415cf286aa26225525a2f9d5f98979 100644 (file)
@@ -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
 -----
index 6f7835de6de37ae133805dcf25d0988656d9e984..35d767ae1402144ea5f41c386b988ad37c2ef6a3 100644 (file)
@@ -1,3 +1,3 @@
 
-__version__ = '1.2.6'
+__version__ = '1.2.7'