]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: mention 6796 and 'ceph osd pool set' behavior change 857/head
authorJoao Eduardo Luis <joao.luis@inktank.com>
Fri, 22 Nov 2013 02:37:54 +0000 (02:37 +0000)
committerJoao Eduardo Luis <joao.luis@inktank.com>
Fri, 22 Nov 2013 02:49:28 +0000 (02:49 +0000)
Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
PendingReleaseNotes

index cd49938526f096eff446860d3e7222aa27f05622..3ac1917e3fb9a325ca9e497a87ad1afaeffad28f 100644 (file)
@@ -1,3 +1,13 @@
 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'.
 
+v0.72.2
+~~~~~~~
+- 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'.