]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: make note about rbd cache default change
authorSage Weil <sage@redhat.com>
Wed, 6 Aug 2014 18:37:22 +0000 (11:37 -0700)
committerSage Weil <sage@redhat.com>
Wed, 6 Aug 2014 18:37:22 +0000 (11:37 -0700)
Signed-off-by: Sage Weil <sage@redhat.com>
PendingReleaseNotes

index 2bbd47c3c3313eb9c899346dd73a3aa85be265ce..054c43241f58c0c845f6f3a4e7bdb477dbda67f4 100644 (file)
@@ -11,3 +11,11 @@ v0.84
   with corresponding *_bytes fields.  Similarly, the 'total_space', 'total_used',
   and 'total_avail' fields are replaced with 'total_bytes', 'total_used_bytes',
   and 'total_avail_bytes' fields.
+
+* The client-side caching for librbd is now enabled by default (rbd
+  cache = true).  A safety option (rbd cache writethrough until flush
+  = true) is also enabled so that writeback caching is not used until
+  the library observes a 'flush' command, indicating that the librbd
+  users is passing that operation through from the guest VM.  This
+  avoids potential data loss when used with older versions of qemu
+  that do not support flush.