diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-03-22 11:52:12 -0700 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-03-22 11:52:12 -0700 |
commit | 853dd35969ee3dfd958f0d6dd5e495364973c362 (patch) | |
tree | 2df7327103212d7f5865771ffc449f5d0f7eb11c | |
parent | 6d63752c8fde91cdab306d1ca689690b269fe977 (diff) | |
download | ceph-853dd35969ee3dfd958f0d6dd5e495364973c362.tar.gz |
doc: Added {id} argument to OSD lost.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/rados/operations/control.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rados/operations/control.rst b/doc/rados/operations/control.rst index e956c4d9334..caeab6b9b87 100644 --- a/doc/rados/operations/control.rst +++ b/doc/rados/operations/control.rst @@ -149,7 +149,7 @@ Create a cluster snapshot. :: Mark an OSD as lost. This may result in permanent data loss. Use with caution. :: - ceph osd lost [--yes-i-really-mean-it] + ceph osd lost {id} [--yes-i-really-mean-it] Create a new OSD. If no UUID is given, it will be set automatically when the OSD starts up. :: |