summaryrefslogtreecommitdiff
path: root/PendingReleaseNotes
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-05-27 21:16:46 -0700
committerSage Weil <sage@inktank.com>2013-05-27 21:17:06 -0700
commita6df7644b67f1a9aacff153d365acaf3e95afcf2 (patch)
tree1a7f8cabfcf1fa8b8ff4503d9c3cdff86c0d4d6d /PendingReleaseNotes
parentaa0649c66b591c90c26b432c8574f24e5c16eeca (diff)
downloadceph-a6df7644b67f1a9aacff153d365acaf3e95afcf2.tar.gz
PendingReleaseNotes: notes about enabling HASHPSPOOL
Signed-off-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'PendingReleaseNotes')
-rw-r--r--PendingReleaseNotes9
1 files changed, 9 insertions, 0 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes
index 021204898ad..f62419f734b 100644
--- a/PendingReleaseNotes
+++ b/PendingReleaseNotes
@@ -4,3 +4,12 @@
to the monitors (who process failure reports) and not OSDs. If you
have adjusted these settings, please update your ``ceph.conf''
accordingly.
+
+- New pools now have the HASHPSPOOL flag set by default to provide
+ better distribution over OSDs. Support for this feature was
+ introduced in v0.59 and Linux kernel version v3.9. If you wish to
+ access the cluster from an older kernel, set the 'osd pool default
+ flag hashpspool = false' option in your ceph.conf prior to creating
+ the cluster or creating new pools. Note that the presense of any
+ pool in the cluster with the flag enabled will make the OSD require
+ support from all clients. \ No newline at end of file