forked from ceph/ceph
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc/release-notes: v0.67 release notes
Signed-off-by: Sage Weil <[email protected]>
- Loading branch information
Sage Weil
committed
Aug 9, 2013
1 parent
d3d56ee
commit bec6f09
Showing
2 changed files
with
160 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +0,0 @@ | ||
v0.67 | ||
~~~~~ | ||
|
||
* ceph-osd now requires a max fd limit of at least | ||
filestore_wbthrottle_(xfs|btrfs)_inodes_hard_limit (5000 by default) | ||
in order to accomodate the new write back throttle system. upstart | ||
now sets the fd limit to 32k. sysvinit will set it to 32k by default | ||
(still overrideable via max_open_files). | ||
|
||
* The 'ceph pg <pgid> ...' commands (like 'ceph pg <pgid> query') are | ||
deprecated in favor of 'ceph tell <pgid> ...'. This makes the | ||
distinction between 'ceph pg <command> <pgid>' and 'ceph pg <pgid> | ||
<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 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters