diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-09-09 11:19:04 -0700 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-09-09 11:19:04 -0700 |
commit | 5900b43a8522b4f9b966c4588c2adbceabc1e4d3 (patch) | |
tree | 1abcafda4969222fbacb521aed3ba9c2d1222e46 | |
parent | 583ffaf47aa8a508e298af47430e8e4975015770 (diff) | |
download | ceph-5900b43a8522b4f9b966c4588c2adbceabc1e4d3.tar.gz |
doc: Syntax fixes to stop gitbuilder warnings.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/release-notes.rst | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/release-notes.rst b/doc/release-notes.rst index 3efa7fd3c61..7fa36dead96 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -3,10 +3,10 @@ =============== v0.68 ----- +----- Upgrading -~~~~ +~~~~~~~~~ * 'ceph osd crush set <id> <weight> <loc..>' no longer adds the osd to the specified location, as that's a job for 'ceph osd crush add'. It will @@ -37,7 +37,7 @@ Upgrading Notable Changes -~~~~ +~~~~~~~~~~~~~~~ * ceph-fuse: fix problem with readahead vs truncate race (Yan, Zheng) * ceph-post-file: new command to easily share logs or other files with ceph devs @@ -232,11 +232,11 @@ In addition to the above notes about upgrading from v0.66: * 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 *> ... + 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 *> ...' + transition to 'ceph tell mds.<id or name or \*> ...' * The 'ceph osd crush add ...' command used to take one of two forms:: @@ -261,7 +261,7 @@ In addition to the above notes about upgrading from v0.66: renamed to 'mon osd min down {reporters|reports}', and the documentation has been updated to reflect that these options apply to the monitors (who process failure reports) and not OSDs. If you - have adjusted these settings, please update your ``ceph.conf'' + have adjusted these settings, please update your ``ceph.conf`` accordingly. @@ -465,11 +465,11 @@ Upgrading * 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 *> ... + 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 *> ...' + transition to 'ceph tell mds.<id or name or \*> ...' * The 'ceph osd crush add ...' command used to take one of two forms:: @@ -563,7 +563,7 @@ Upgrading renamed to 'mon osd min down {reporters|reports}', and the documentation has been updated to reflect that these options apply to the monitors (who process failure reports) and not OSDs. If you - have adjusted these settings, please update your ``ceph.conf'' + have adjusted these settings, please update your ``ceph.conf`` accordingly. Notable Changes |