Skip to content

Commit

Permalink
PendingReleaseNotes: cli changes, and ceph tell ...
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
Sage Weil committed Jun 13, 2013
1 parent cb57c41 commit 314d9c3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions PendingReleaseNotes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

* Huge revamp of the 'ceph' command-line interface implementation.

* The 'ceph osd tell ...' and 'ceph mon tell ...' commands are no
longer supported. Any callers should use::

ceph tell osd.<id or *> ...
ceph tell mon.<id or name or *> ...

The 'ceph mds tell ...' command is still there, but will soon also
transition to 'ceph tell mds.<id or name or *> ...'

0 comments on commit 314d9c3

Please sign in to comment.