From: Sage Weil Date: Tue, 13 Oct 2015 21:18:36 +0000 (-0400) Subject: doc/release-notes: i hate rst X-Git-Tag: v9.2.0~21 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e6a9e6293b3fe5abe2f2b491ccf92736c1590360;p=ceph.git doc/release-notes: i hate rst Signed-off-by: Sage Weil --- diff --git a/doc/release-notes.rst b/doc/release-notes.rst index f227df50818f..e99a2fafdfc4 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -13,16 +13,16 @@ Getting the release candidate ----------------------------- The v9.1.0 packages are pushed to the development release repositories:: - + http://download.ceph.com/rpm-testing http://download.ceph.com/debian-testing For for info, see:: - + http://docs.ceph.com/docs/master/install/get-packages/ Or install with ceph-deploy via:: - + ceph-deploy install --testing HOST @@ -37,12 +37,12 @@ Known issues Major Changes from Hammer ------------------------- -* *General*: +- *General*: * Ceph daemons are now managed via systemd (with the exception of Ubuntu Trusty, which still uses upstart). * Ceph daemons run as 'ceph' user instead root. * On Red Hat distros, there is also an SELinux policy. -* *RADOS*: +- *RADOS*: * The RADOS cache tier can now proxy write operations to the base tier, allowing writes to be handled without forcing migration of an object into the cache. @@ -55,10 +55,10 @@ Major Changes from Hammer (ceph-objectstore-tool). * The internal ObjectStore API has been significantly cleaned up in order to faciliate new storage backends like NewStore. -* *RGW*: +- *RGW*: * The Swift API now supports object expiration. * There are many Swift API compatibility improvements. -* *RBD*: +- *RBD*: * The ``rbd du`` command shows actual usage (quickly, when object-map is enabled). * The object-map feature has seen many stability improvements. @@ -74,7 +74,7 @@ Major Changes from Hammer (e.g., ``--size 64G``). * There is a new ``rbd status`` command that, for now, shows who has the image open/mapped. -* *CephFS*: +- *CephFS*: * You can now rename snapshots. * There have been ongoing improvements around administration, diagnostics, and the check and repair tools.