Add better documentation of --setuser and --setgroup options for ceph-disk.

Signed-off-by: Mike Shuey <shuey@purdue.edu>
This commit is contained in:
Mike Shuey 2016-02-10 09:36:40 -05:00
parent 17fe9d229c
commit 4e3ce25697

View File

@ -277,6 +277,14 @@ Options
Directory in which ceph configuration files are found (default ``/etc/ceph``).
.. option:: --setuser USER
Specify a user for ceph-disk to use when dropping privileges (default ``ceph``, or ``root`` if ``ceph`` does not exist)
.. option:: --setgroup GROUP
Specify a group for ceph-disk to use when dropping privileges (default ``ceph``, or ``root`` if ``ceph`` does not exist)
.. option:: --cluster
Provide name of the ceph cluster in which the OSD is being prepared.