From: nairolf21 Date: Tue, 20 Jan 2015 08:38:12 +0000 (+0100) Subject: Introduce the term MON at http://ceph.com/docs/master/rados/ X-Git-Tag: v0.93~238^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F3419%2Fhead;p=ceph.git Introduce the term MON at http://ceph.com/docs/master/rados/ http://tracker.ceph.com/issues/10203 Fixes:#10203 Signed-off-by: Florian Coste --- diff --git a/doc/rados/index.rst b/doc/rados/index.rst index a1ef880b11df..9ff756c97d36 100644 --- a/doc/rados/index.rst +++ b/doc/rados/index.rst @@ -5,7 +5,7 @@ The :term:`Ceph Storage Cluster` is the foundation for all Ceph deployments. Based upon :abbr:`RADOS (Reliable Autonomic Distributed Object Store)`, Ceph Storage Clusters consist of two types of daemons: a :term:`Ceph OSD Daemon` -(OSD) stores data as objects on a storage node; and a :term:`Ceph Monitor` +(OSD) stores data as objects on a storage node; and a :term:`Ceph Monitor` (MON) maintains a master copy of the cluster map. A Ceph Storage Cluster may contain thousands of storage nodes. A minimal system will have at least one Ceph Monitor and two Ceph OSD Daemons for data replication. @@ -73,4 +73,4 @@ the Ceph Storage Cluster. .. _Ceph Block Devices: ../rbd/rbd .. _Ceph Filesystem: ../cephfs/ .. _Ceph Object Storage: ../radosgw/ -.. _Deployment: ../rados/deployment/ \ No newline at end of file +.. _Deployment: ../rados/deployment/