From 5e9cf8e33d8241980586365365e3668cf13c7e3f Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 6 Oct 2015 14:32:52 -0400 Subject: [PATCH] doc/release-notes: fix math error in firefly notes Reported-by: Christopher Kunz Signed-off-by: Sage Weil --- doc/release-notes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/release-notes.rst b/doc/release-notes.rst index f262e1011d5fa..e563f70dda93e 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:: -- 2.39.5