From: Mike Shuey Date: Wed, 10 Feb 2016 14:36:40 +0000 (-0500) Subject: Add better documentation of --setuser and --setgroup options for ceph-disk. X-Git-Tag: v10.1.0~391^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F7351%2Fhead;p=ceph.git Add better documentation of --setuser and --setgroup options for ceph-disk. Signed-off-by: Mike Shuey --- diff --git a/doc/man/8/ceph-disk.rst b/doc/man/8/ceph-disk.rst index 2ae7919d5934..3aa1e98f705a 100644 --- a/doc/man/8/ceph-disk.rst +++ b/doc/man/8/ceph-disk.rst @@ -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.