diff options
Diffstat (limited to 'doc/rados/configuration/mon-config-ref.rst')
-rw-r--r-- | doc/rados/configuration/mon-config-ref.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rados/configuration/mon-config-ref.rst b/doc/rados/configuration/mon-config-ref.rst index d7e02a0683f..767a2db909c 100644 --- a/doc/rados/configuration/mon-config-ref.rst +++ b/doc/rados/configuration/mon-config-ref.rst @@ -113,7 +113,7 @@ Consistency When you add monitor settings to your Ceph configuration file, you need to be aware of some of the architectural aspects of Ceph Monitors. **Ceph imposes strict consistency requirements** for a Ceph monitor when discovering another -Ceph Monitor within the cluster. Whereas, Ceph Clients and other Ceph daemons +Ceph Monitor within the cluster. Although Ceph Clients and other Ceph daemons use the Ceph configuration file to discover monitors, monitors discover each other using the monitor map (monmap), not the Ceph configuration file. |