From 3de7b7c52c50c94d9ff4a3aed930bba08b2abc58 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 1 Aug 2014 21:19:26 -0700 Subject: [PATCH] doc/release-notes: fix syntax error Attempt 2... ERROR: /srv/autobuild-ceph/gitbuilder.git/build/doc/release-notes.rst:22: Unknown target name: "leveldb". Signed-off-by: Sage Weil --- doc/release-notes.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/release-notes.rst b/doc/release-notes.rst index 51132bfda5b..eba4b53e539 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -20,9 +20,10 @@ Upgrading affects developers and testers only. * mon-specific and osd-specific leveldb options have been removed. - From this point onward users should use `leveldb_' generic options and add - the options in the appropriate sections of their configuration files. - Monitors will still maintain the following monitor-specific defaults: + From this point onward users should use the `leveldb_*' generic + options and add the options in the appropriate sections of their + configuration files. Monitors will still maintain the following + monitor-specific defaults: leveldb_write_buffer_size = 32*1024*1024 = 33554432 // 32MB leveldb_cache_size = 512*1024*1204 = 536870912 // 512MB