]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-conf.rst: missing '=' in example network settings
authorDan Mick <dan.mick@inktank.com>
Fri, 22 Feb 2013 01:02:17 +0000 (17:02 -0800)
committerDan Mick <dan.mick@inktank.com>
Fri, 22 Feb 2013 01:02:17 +0000 (17:02 -0800)
Signed-off-by: Dan Mick <dan.mick@inktank.com>
ceph-object-corpus
doc/rados/configuration/ceph-conf.rst

index 0655429f62bc3366250496da3513abec15c34856..7f23ee1127101d311ec0c50adb719367a0789fad 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 0655429f62bc3366250496da3513abec15c34856
+Subproject commit 7f23ee1127101d311ec0c50adb719367a0789fad
index ca03a8520a4c60d06f0859942ed6c8bd0df76ea1..c8bdf6f3296a38d7012c349451b35ae1bc2cdca8 100644 (file)
@@ -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