diff options
Diffstat (limited to 'doc/control.rst')
-rw-r--r-- | doc/control.rst | 4 |
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>...] |