]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/release-notes: it's 8MB, not 32MB
authorSage Weil <sage@redhat.com>
Thu, 30 Oct 2014 05:54:26 +0000 (22:54 -0700)
committerSage Weil <sage@redhat.com>
Thu, 30 Oct 2014 05:54:26 +0000 (22:54 -0700)
Signed-off-by: Sage Weil <sage@redhat.com>
doc/release-notes.rst

index 785d04031c194c10b7d21a728c593b72d1ea2f5e..c155e4bf9f3be5d2a613adc04a56d62a2bbdb4e5 100644 (file)
@@ -71,7 +71,7 @@ Upgrading from v0.80x Firefly
   avoids potential data loss when used with older versions of qemu
   that do not support flush.
 
-    leveldb_write_buffer_size = 32*1024*1024  = 33554432  // 32MB
+    leveldb_write_buffer_size = 8*1024*1024  = 33554432   // 8MB
     leveldb_cache_size        = 512*1024*1204 = 536870912 // 512MB
     leveldb_block_size        = 64*1024       = 65536     // 64KB
     leveldb_compression       = false
@@ -111,7 +111,7 @@ Upgrading from v0.80x Firefly
   configuration files.  Monitors will still maintain the following
   monitor-specific defaults:
 
-    leveldb_write_buffer_size = 32*1024*1024  = 33554432  // 32MB
+    leveldb_write_buffer_size = 8*1024*1024  = 33554432   // 8MB
     leveldb_cache_size        = 512*1024*1204 = 536870912 // 512MB
     leveldb_block_size        = 64*1024       = 65536     // 64KB
     leveldb_compression       = false