Skip to content

Commit

Permalink
PendingReleaseNotes: note 'ceph daemon ...' argument behavior change
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
Sage Weil committed Aug 9, 2013
1 parent ca3987f commit eade36d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions PendingReleaseNotes
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,14 @@ v0.67
<command>' less awkward by making it clearer that the 'tell'
commands are talking to the OSD serving the placement group, not the
monitor.

* The 'ceph --admin-daemon <path> <command ...>' used to accept the command
and arguments as either a single string or as separate arguments. It will
now only accept the command spread across multiple arguments. This means that
any script which does something like::

ceph --admin-daemon /var/run/ceph/ceph-osd.0.asok 'config set debug_ms 1'

needs to remove the quotes. Also, note that the above can now be shortened to::

ceph daemon osd.0 config set debug_ms 1

0 comments on commit eade36d

Please sign in to comment.