From 669b312ea6d3c59f781cce10438b38c869f79541 Mon Sep 17 00:00:00 2001 From: chenxing Date: Tue, 24 Oct 2017 07:16:24 +0000 Subject: [PATCH] Add content about cluster_network interface Change-Id: Ic2e0aee7f4834a400c31334c9ce3df32888cfca3 Closes-Bug: #1582861 --- doc/source/reference/ceph-guide.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/source/reference/ceph-guide.rst b/doc/source/reference/ceph-guide.rst index 61e2f7b1ca..f8af4377b3 100644 --- a/doc/source/reference/ceph-guide.rst +++ b/doc/source/reference/ceph-guide.rst @@ -124,6 +124,19 @@ copies for the pools before deployment. Modify the file osd pool default size = 1 osd pool default min size = 1 +To build a high performance and secure Ceph Storage Cluster, the Ceph community +recommend the use of two separate networks: public network and cluster network. +Edit the ``/etc/kolla/globals.yml`` and configure the ``cluster_interface``: + +.. code-block:: ini + + cluster_interface: "eth2" + +.. end + +For more details, see `NETWORK CONFIGURATION REFERENCE +`_ +of Ceph Documentation. Deployment ==========