]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: note change of CRUSH indep mode in release notes
authorSage Weil <sage@inktank.com>
Tue, 3 Dec 2013 22:46:46 +0000 (14:46 -0800)
committerSage Weil <sage@inktank.com>
Fri, 6 Dec 2013 22:24:03 +0000 (14:24 -0800)
Signed-off-by: Sage Weil <sage@inktank.com>
PendingReleaseNotes

index 3ac1917e3fb9a325ca9e497a87ad1afaeffad28f..156c5147a35115e40194e84e94fd589b602ed6fd 100644 (file)
@@ -1,10 +1,20 @@
 v0.73
 ~~~~~
+
 - As part of fix for #6796, 'ceph osd pool set <pool> <var> <arg>' now
   receives <arg> as an integer instead of a string.  This affects how
   'hashpspool' flag is set/unset: instead of 'true' or 'false', it now
   must be '0' or '1'.
 
+- The behavior of the CRUSH 'indep' choose mode has been changed.  No
+  ceph cluster should have been using this behavior unless someone has
+  manually extracted a crush map, modified a CRUSH rule to replace
+  'firstn' with 'indep', recompiled, and reinjected the new map into
+  the cluster.  If the 'indep' mode is currently in use on a cluster,
+  the rule should be modified to use 'firstn' instead, and the
+  administrator should wait until any data movement completes before
+  upgrading.
+
 v0.72.2
 ~~~~~~~
 - As part of fix for #6796, 'ceph osd pool set <pool> <var> <arg>' now