summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoao Eduardo Luis <joao.luis@inktank.com>2013-08-15 15:46:30 -0700
committerJoao Eduardo Luis <joao.luis@inktank.com>2013-08-15 15:52:59 -0700
commit12b012aff5f49351d35a4d192f39017cec683725 (patch)
tree1ab50e32234f875542c561a0519ad3b8fd7bce78
parent249c7f27328bd02914c7fdfe77094a166fff3ae7 (diff)
downloadceph-12b012aff5f49351d35a4d192f39017cec683725.tar.gz
PendingReleaseNotes: reflect 'osd crush set' behavior change
Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
-rw-r--r--PendingReleaseNotes8
1 files changed, 8 insertions, 0 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes
index e69de29bb2d..7a41aceb96b 100644
--- a/PendingReleaseNotes
+++ b/PendingReleaseNotes
@@ -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.