From: Mike Shuey Date: Mon, 25 Jan 2016 21:12:35 +0000 (-0500) Subject: Add --setuser and --setgroup options to ceph-disk(8). X-Git-Tag: v10.1.0~391^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=17fe9d229c86db7d66600a11310f6cffb41bf045;p=ceph.git Add --setuser and --setgroup options to ceph-disk(8). Signed-off-by: Mike Shuey --- diff --git a/doc/man/8/ceph-disk.rst b/doc/man/8/ceph-disk.rst index 8313f5c571cd..2ae7919d5934 100644 --- a/doc/man/8/ceph-disk.rst +++ b/doc/man/8/ceph-disk.rst @@ -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 ============