]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Add better documentation of --setuser and --setgroup options for ceph-disk. 7351/head
authorMike Shuey <shuey@purdue.edu>
Wed, 10 Feb 2016 14:36:40 +0000 (09:36 -0500)
committerMike Shuey <shuey@purdue.edu>
Wed, 10 Feb 2016 14:36:40 +0000 (09:36 -0500)
Signed-off-by: Mike Shuey <shuey@purdue.edu>
doc/man/8/ceph-disk.rst

index 2ae7919d5934b6b16afa9a7812179071d9c9abd5..3aa1e98f705ada764dc89678599cfb31d0e8d475 100644 (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.