summaryrefslogtreecommitdiff
path: root/PendingReleaseNotes
diff options
context:
space:
mode:
authorDavid Zafman <david.zafman@inktank.com>2013-05-13 12:53:11 -0700
committerSage Weil <sage@inktank.com>2013-05-13 13:24:58 -0700
commit88af2b0f7b951367e670869db76e57f0d970aa38 (patch)
tree1db3d67d7558e82ed6a067e6c165ce339b752970 /PendingReleaseNotes
parent9ec77ebbd2aff4f110a6e7ca62c33b6e5225c1df (diff)
downloadceph-88af2b0f7b951367e670869db76e57f0d970aa38.tar.gz
Replace mis-named mon config variables using mon_osd_min_down_reports/mon_osd_min_down_reporters
Signed-off-by: David Zafman <david.zafman@inktank.com> Reviewed-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'PendingReleaseNotes')
-rw-r--r--PendingReleaseNotes7
1 files changed, 6 insertions, 1 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes
index 8b137891791..021204898ad 100644
--- a/PendingReleaseNotes
+++ b/PendingReleaseNotes
@@ -1 +1,6 @@
-
+- The 'osd min down {reporters|reports}' config options have been
+ renamed to 'mon osd min down {reporters|reports}', and the
+ documentation has been updated to reflect that these options apply
+ to the monitors (who process failure reports) and not OSDs. If you
+ have adjusted these settings, please update your ``ceph.conf''
+ accordingly.