]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: install doc updated to include cluster-network parameter
authorPaul Cuzner <pcuzner@redhat.com>
Thu, 14 Jan 2021 22:08:48 +0000 (11:08 +1300)
committerSebastian Wagner <sebastian.wagner@suse.com>
Wed, 10 Feb 2021 12:26:25 +0000 (13:26 +0100)
Install guide updated to include a description of the --cluster-network
parameter. The text also links to the complete definition for cluster-network
on the rados/configuration/network-config-ref page.

Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
(cherry picked from commit 509f171a08a82a3bc132739b43500064266b8e9e)

doc/cephadm/install.rst

index 01e2fa1f87bfb584a10d68dd9e3031593fc6acf8..1e8830e059d11e1ccbc093d33b33e8cf40746dfe 100644 (file)
@@ -121,6 +121,13 @@ The default bootstrap behavior will work for the vast majority of
 users.  See below for a few options that may be useful for some users,
 or run ``cephadm bootstrap -h`` to see all available options:
 
+* In production environments it is recommended to have network separation
+  between the public network traffic and the cluster traffic which handles
+  replication, recovery and heartbeats between OSD daemons. To define the 
+  `cluster network`_ you can supply the ``--cluster-network`` option. This
+  parameter must define a subnet in CIDR notation, for example
+  10.90.90.0/24 or fe80::/64.
+
 * Bootstrap writes the files needed to access the new cluster to ``/etc/ceph``,
   so that any Ceph packages installed on the host itself (e.g., to access the
   command line interface) can easily find them.
@@ -542,3 +549,5 @@ See :ref:`orchestrator-cli-placement-spec` for details of the placement specific
 Deploying custom containers
 ===========================
 It is also possible to choose different containers than the default containers to deploy Ceph. See :ref:`containers` for information about your options in this regard.
+
+.. _cluster network: ../rados/configuration/network-config-ref#cluster-network
\ No newline at end of file