]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/releases/octopus: add additional RBD improvements 34032/head
authorJason Dillaman <dillaman@redhat.com>
Wed, 18 Mar 2020 16:16:28 +0000 (12:16 -0400)
committerJason Dillaman <dillaman@redhat.com>
Wed, 18 Mar 2020 16:16:28 +0000 (12:16 -0400)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
doc/releases/octopus.rst

index c9968502d2ec445e8f9a0647a5e01e18c39b7ca8..04bf4cb28bcd1c442df50210e1eafd2e18b653d0 100644 (file)
@@ -113,13 +113,21 @@ RADOS
 **RBD** block storage
 ~~~~~~~~~~~~~~~~~~~~~
   
+* Mirroring now supports a new snapshot-based mode that no longer requires
+  the journaling feature and its related impacts in exchange for the loss
+  of point-in-time consistency (it remains crash consistent).
 * Clone operations now preserve the sparseness of the underlying RBD image.
 * The trash feature has been improved to (optionally) automatically
   move old parent images to the trash when their children are all
   deleted or flattened.
+* The trash can be configured to automatically purge on a defined schedule.
+* Images can be online re-sparsified to reduce the usage of zeroed extents.
 * The ``rbd-nbd`` tool has been improved to use more modern kernel interfaces.
 * Caching has been improved to be more efficient and performant.
-
+* ``rbd-mirror`` automatically adjusts its per-image memory usage based
+  upon its memory target.
+* A new persistent read-only caching daemon is available to offload reads from
+  shared parent images.
 
 **RGW** object storage
 ~~~~~~~~~~~~~~~~~~~~~~