]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Add --setuser and --setgroup options to ceph-disk(8).
authorMike Shuey <shuey@purdue.edu>
Mon, 25 Jan 2016 21:12:35 +0000 (16:12 -0500)
committerMike Shuey <shuey@purdue.edu>
Wed, 10 Feb 2016 14:30:08 +0000 (09:30 -0500)
Signed-off-by: Mike Shuey <shuey@purdue.edu>
doc/man/8/ceph-disk.rst

index 8313f5c571cd2c21dcdde22c64fa0a8cf3482a7d..2ae7919d5934b6b16afa9a7812179071d9c9abd5 100644 (file)
@@ -11,10 +11,12 @@ Synopsis
 
 | **ceph-disk** **prepare** [--cluster *clustername*] [--cluster-uuid *uuid*]
        [--fs-type *xfs|ext4|btrfs*] [*data-path*] [*journal-path*]
+       [--setuser *user*] [--setgroup *group*]
 
 | **ceph-disk** **activate** [*data-path*] [--activate-key *path*]
         [--mark-init *sysvinit|upstart|systemd|auto|none*]
         [--no-start-daemon] [--reactivate]
+        [--setuser *user*] [--setgroup *group*]
 
 | **ceph-disk** **activate-all**
 
@@ -323,6 +325,14 @@ Options
 
        Directory where ``dm-crypt`` keys are stored.
 
+.. option:: --setuser
+
+    Define the user for ceph-disk's child processes (default ``ceph``, or ``root``)
+
+.. option:: --setgroup
+
+    Define the group for ceph-disk's child processes (default ``ceph``, or ``root``)
+
 Availability
 ============