]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: reflect 'osd crush set' behavior change 507/head
authorJoao Eduardo Luis <joao.luis@inktank.com>
Thu, 15 Aug 2013 22:46:30 +0000 (15:46 -0700)
committerJoao Eduardo Luis <joao.luis@inktank.com>
Thu, 15 Aug 2013 22:52:59 +0000 (15:52 -0700)
Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
PendingReleaseNotes

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..7a41aceb96b7c5c3b90d1202d655f93b4c6943a1 100644 (file)
@@ -0,0 +1,8 @@
+
+v0.68
+~~~~~
+
+* 'ceph osd crush set <id> <weight> <loc..>' no longer adds the osd to the
+  specified location, as that's a job for 'ceph osd crush add'.  It will
+  however continue to work just the same as long as the osd already exists
+  in the crush map.