From 4e3ce256971cf9868f2fb9436063207bc055dfa9 Mon Sep 17 00:00:00 2001 From: Mike Shuey Date: Wed, 10 Feb 2016 09:36:40 -0500 Subject: [PATCH] Add better documentation of --setuser and --setgroup options for ceph-disk. Signed-off-by: Mike Shuey --- doc/man/8/ceph-disk.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/man/8/ceph-disk.rst b/doc/man/8/ceph-disk.rst index 2ae7919d5934b..3aa1e98f705ad 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. -- 2.39.5