summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDanny Kukawka <danny.kukawka@bisect.de>2012-08-16 12:56:32 +0200
committerSage Weil <sage@inktank.com>2012-08-16 10:57:33 -0700
commitd1a31ce1ca2a5e1c53146c6e9063a123a1fe8cdb (patch)
tree649822954d6f3154383b0a1d6b465f03ae1d9749 /doc
parentdc2a232bd37b7202c3d6e94396b3d85cec5225cd (diff)
downloadceph-d1a31ce1ca2a5e1c53146c6e9063a123a1fe8cdb.tar.gz
fix ceph osd create help
[ The following text is in the "UTF-8" character set. ] [ Your display is set for the "ANSI_X3.4-1968" character set. ] [ Some characters may be displayed incorrectly. ] Change ceph osd create <osd-id> to ceph osd create <uuid>, since this is what the command is really doing. Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/control.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/control.rst b/doc/control.rst
index 3dedfa1ecc3..cfc6debefa7 100644
--- a/doc/control.rst
+++ b/doc/control.rst
@@ -141,9 +141,9 @@ Create a cluster snapshot. ::
Mark an OSD as lost. This may result in permanent data loss. Use with caution. ::
- $ ceph osd create [<id>]
+ $ ceph osd create [<uuid>]
-Create a new OSD. If no ID is given, a new ID is automatically selected
+Create a new OSD. If no UUID is given, a new UUID is automatically selected
if possible. ::
$ ceph osd rm [<id>...]