From: Dan Mick Date: Fri, 22 Feb 2013 01:02:17 +0000 (-0800) Subject: ceph-conf.rst: missing '=' in example network settings X-Git-Tag: v0.59~149 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6cb53740f2c356768adfbd3cb55c007d187309d3;p=ceph.git ceph-conf.rst: missing '=' in example network settings Signed-off-by: Dan Mick --- diff --git a/ceph-object-corpus b/ceph-object-corpus index 0655429f62bc..7f23ee112710 160000 --- a/ceph-object-corpus +++ b/ceph-object-corpus @@ -1 +1 @@ -Subproject commit 0655429f62bc3366250496da3513abec15c34856 +Subproject commit 7f23ee1127101d311ec0c50adb719367a0789fad diff --git a/doc/rados/configuration/ceph-conf.rst b/doc/rados/configuration/ceph-conf.rst index ca03a8520a4c..c8bdf6f3296a 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