]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Correct typo in mon docs 'ceph.com' to 'ceph.conf' 32/head
authorMatthew Roy <matthew@matthew-ubuntu.(none)>
Fri, 11 Jan 2013 19:59:53 +0000 (14:59 -0500)
committerMatthew Roy <matthew@matthew-ubuntu.(none)>
Fri, 11 Jan 2013 19:59:53 +0000 (14:59 -0500)
doc/rados/operations/add-or-rm-mons.rst

index 7c31e75c3105cee255bcfae63bbbd90d5d887c6c..53a9b2bac0e54efa9c18265d1f540e2ebb26f5c3 100644 (file)
@@ -217,7 +217,7 @@ monitors need to discover each other. Ceph has strict requirements for
 discovering monitors.
 
 Ceph clients and other Ceph daemons use ``ceph.conf`` to discover monitors.
-However, monitors discover each other using the monitor map, not ``ceph.com``.
+However, monitors discover each other using the monitor map, not ``ceph.conf``.
 For example,  if you refer to `Adding a Monitor (Manual)`_ you will see that you
 need to obtain the current monmap for the cluster when creating a new monitor,
 as it is one of the required arguments of ``ceph-mon -i {mon-id} --mkfs``. The