Skip to content
Snippets Groups Projects
Commit 669b312e authored by chenxing's avatar chenxing
Browse files

Add content about cluster_network interface

Change-Id: Ic2e0aee7f4834a400c31334c9ce3df32888cfca3
Closes-Bug: #1582861
parent e2301f07
No related branches found
No related tags found
No related merge requests found
......@@ -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
<http://docs.ceph.com/docs/master/rados/configuration/network-config-ref/#ceph-networks>`_
of Ceph Documentation.
Deployment
==========
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment