From: Sage Weil Date: Mon, 12 Jul 2021 17:45:35 +0000 (-0400) Subject: doc/man/8/cephadm: add --log-to-file (and --single-host-defaults) X-Git-Tag: v17.1.0~1422^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F42227%2Fhead;p=ceph.git doc/man/8/cephadm: add --log-to-file (and --single-host-defaults) Signed-off-by: Sage Weil --- diff --git a/doc/man/8/cephadm.rst b/doc/man/8/cephadm.rst index db0c0698c37c..487d812671ae 100644 --- a/doc/man/8/cephadm.rst +++ b/doc/man/8/cephadm.rst @@ -53,6 +53,7 @@ Synopsis | **cephadm** **bootstrap** [-h] [--config CONFIG] [--mon-id MON_ID] | [--mon-addrv MON_ADDRV] [--mon-ip MON_IP] | [--mgr-id MGR_ID] [--fsid FSID] +| [--log-to-file] [--single-host-defaults] | [--output-dir OUTPUT_DIR] | [--output-keyring OUTPUT_KEYRING] | [--output-config OUTPUT_CONFIG] @@ -208,6 +209,8 @@ Arguments: * [--mon-ip MON_IP] mon IP * [--mgr-id MGR_ID] mgr id (default: randomly generated) * [--fsid FSID] cluster FSID +* [--log-to-file] configure cluster to log to traditional log files +* [--single-host-defaults] configure cluster to run on a single host * [--output-dir OUTPUT_DIR] directory to write config, keyring, and pub key files * [--output-keyring OUTPUT_KEYRING] location to write keyring file with new cluster admin and mon keys * [--output-config OUTPUT_CONFIG] location to write conf file to connect to new cluster