From: Sage Weil Date: Tue, 6 Oct 2015 18:32:52 +0000 (-0400) Subject: doc/release-notes: fix math error in firefly notes X-Git-Tag: v10.0.0~118 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5e9cf8e33d8241980586365365e3668cf13c7e3f;p=ceph.git doc/release-notes: fix math error in firefly notes Reported-by: Christopher Kunz Signed-off-by: Sage Weil --- diff --git a/doc/release-notes.rst b/doc/release-notes.rst index f262e1011d5f..e563f70dda93 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -3890,8 +3890,8 @@ Adjusting CRUSH maps wc -l /tmp/a # num total mappings diff -u /tmp/a /tmp/b | grep -c ^+ # num changed mappings - Divide the total number of lines in /tmp/a with the number of lines - changed. We've found that most clusters are under 10%. + Divide the number of changed lines by the total number of lines in + /tmp/a. We've found that most clusters are under 10%. You can force all of this rebalancing to happen at once with::