From a3fe2dc435ce2960032812efb774eb169babf3e9 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 13 Jun 2013 10:46:45 -0700 Subject: [PATCH] PendingReleaseNotes: notes on CLI changes Signed-off-by: Sage Weil --- PendingReleaseNotes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/PendingReleaseNotes b/PendingReleaseNotes index b1c06c3b408e8..5e4b99f4b14f1 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -1,4 +1,7 @@ +v0.65 +----- + * Huge revamp of the 'ceph' command-line interface implementation. * The 'ceph osd tell ...' and 'ceph mon tell ...' commands are no @@ -10,3 +13,14 @@ The 'ceph mds tell ...' command is still there, but will soon also transition to 'ceph tell mds. ...' +* The 'ceph osd crush add ...' command used to take one of two forms:: + + ceph osd crush add 123 osd.123 + ceph osd crush add osd.123 + + This is because the id and crush name are redundant. Now only the + simple form is supported, where the osd name/id can either be a bare + id (integer) or name (osd.):: + + ceph osd crush add osd.123 + ceph osd crush add 123