diff options
m--------- | ceph-object-corpus | 0 | ||||
-rw-r--r-- | doc/rados/configuration/ceph-conf.rst | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ceph-object-corpus b/ceph-object-corpus -Subproject 0655429f62bc3366250496da3513abec15c3485 +Subproject 7f23ee1127101d311ec0c50adb719367a0789fa diff --git a/doc/rados/configuration/ceph-conf.rst b/doc/rados/configuration/ceph-conf.rst index ca03a8520a4..c8bdf6f3296 100644 --- a/doc/rados/configuration/ceph-conf.rst +++ b/doc/rados/configuration/ceph-conf.rst @@ -259,8 +259,8 @@ of your Ceph configuration file. .. code-block:: ini [global] - public network {public-network-ip-address/netmask} - cluster network {enter cluster-network-ip-address/netmask} + public network = {public-network-ip-address/netmask} + cluster network = {enter cluster-network-ip-address/netmask} To configure Ceph hosts to use the networks, you should set the following options in the daemon instance sections of your ``ceph.conf`` file. @@ -268,8 +268,8 @@ in the daemon instance sections of your ``ceph.conf`` file. .. code-block:: ini [osd.0] - public addr {host-public-ip-address} - cluster addr {host-cluster-ip-address} + public addr = {host-public-ip-address} + cluster addr = {host-cluster-ip-address} .. _hardware recommendations: ../../../install/hardware-recommendations |