]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: handle swift PUT with incorrect etag
authorSondra.Menthers <sondra.menthers@dreamhost.com>
Thu, 27 Oct 2011 18:20:41 +0000 (11:20 -0700)
committerSondra.Menthers <sondra.menthers@dreamhost.com>
Thu, 27 Oct 2011 19:44:09 +0000 (12:44 -0700)
doc/architecture.rst

index 77c576e03a4bc5a18b8eafa6844276bc9e55dd85..0e22e93fad280c2f39d801d0c2f700148954f37c 100644 (file)
@@ -42,15 +42,23 @@ QEMU has its own hypervisor which interfaces with the librdb user-space library
 
 .. _monitor:
 
-Monitor cluster
+Monitors
 ===============
 
-``ceph-mon`` is a lightweight daemon that provides a consensus for
-distributed decisionmaking in a Ceph/RADOS cluster.
+Once you have determined your configuration needs, make sure you have access to the following documents:
+\95      Ceph Installation and Configuration Guide
+\95      Ceph System Administration Guide
+\95      Ceph Troubleshooting Manual
+.
+
+Glossary
+KVM - Kernel-based Virtual Machine virtualization infrastructure for the Linux kernel.  KVM requires the QEMU hypervisor for virtualization.
+QEMU - A virtualizer used to execute guest code directly on the host CPU. QEMU supports virtualization when executing under the XEN hypervisor or the KVM kernel module in Linux. 
+RBD - RADOS Block Device.  See the Ceph Product Overview for more on RADOS.
+REST - Representational State Transfer architecture for distributed hypermedia systems. 
+XEN - A virtual-machine monitor that uses a thin software layer known as the XEN hypervisor to allow each physical server to run one or more virtual servers.
+
 
-It also is the initial point of contact for new clients, and will hand
-out information about the topology of the cluster, such as the
-``osdmap``.
 
 You normally run 3 ``ceph-mon`` daemons, on 3 separate physical machines,
 isolated from each other; for example, in different racks or rows.