From: Joao Eduardo Luis Date: Thu, 15 Aug 2013 22:46:30 +0000 (-0700) Subject: PendingReleaseNotes: reflect 'osd crush set' behavior change X-Git-Tag: v0.68~67^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F507%2Fhead;p=ceph.git PendingReleaseNotes: reflect 'osd crush set' behavior change Signed-off-by: Joao Eduardo Luis --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index e69de29bb2d1..7a41aceb96b7 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -0,0 +1,8 @@ + +v0.68 +~~~~~ + +* 'ceph osd crush set ' 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.