]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/man/8/cephadm: add --log-to-file (and --single-host-defaults) 42227/head
authorSage Weil <sage@newdream.net>
Mon, 12 Jul 2021 17:45:35 +0000 (13:45 -0400)
committerSage Weil <sage@newdream.net>
Mon, 12 Jul 2021 17:45:35 +0000 (13:45 -0400)
Signed-off-by: Sage Weil <sage@newdream.net>
doc/man/8/cephadm.rst

index db0c0698c37c0f92db6000ce063c5c0325a7090b..487d812671ae688267bdd41b7f4a67f640e53b78 100644 (file)
@@ -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