]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/release-notes: i hate rst
authorSage Weil <sage@redhat.com>
Tue, 13 Oct 2015 21:18:36 +0000 (17:18 -0400)
committerSage Weil <sage@redhat.com>
Tue, 13 Oct 2015 21:18:36 +0000 (17:18 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
doc/release-notes.rst

index f227df50818fa32be1efc82395db42f54f396cb4..e99a2fafdfc4214644eff29de5e7802980950565 100644 (file)
@@ -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.