]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: notes about enabling HASHPSPOOL
authorSage Weil <sage@inktank.com>
Tue, 28 May 2013 04:16:46 +0000 (21:16 -0700)
committerSage Weil <sage@inktank.com>
Tue, 28 May 2013 04:17:06 +0000 (21:17 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
PendingReleaseNotes

index 021204898ad36c3c9211fb63a0c4c6500a8d07f4..f62419f734b814cedb5c3295cfcc191c5cad7353 100644 (file)
@@ -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