]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/rados/api/librados-intro.rst
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / doc / rados / api / librados-intro.rst
index 7179438a84de4b0267f937ec2ef15ddedaad14fb..6951476ae3a26f40448267c3d8c27f9bd9169c90 100644 (file)
@@ -157,7 +157,7 @@ and retrieve data. To interact with OSDs, the client app must invoke
 ``librados``  and connect to a Ceph Monitor. Once connected, ``librados``
 retrieves the  :term:`Cluster Map` from the Ceph Monitor. When the client app
 wants to read or write data, it creates an I/O context and binds to a
-:term:`pool`. The pool has an associated :term:`CRUSH Rule` that defines how it
+:term:`Pool`. The pool has an associated :term:`CRUSH rule` that defines how it
 will place data in the storage cluster. Via the I/O context, the client 
 provides the object name to ``librados``, which takes the object name
 and the cluster map (i.e., the topology of the cluster) and `computes`_ the