]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix a few typos in rbd docs
authorAbhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
Wed, 9 Jul 2014 05:28:59 +0000 (10:58 +0530)
committerAbhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
Wed, 9 Jul 2014 05:28:59 +0000 (10:58 +0530)
Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
doc/rbd/rbd-config-ref.rst
doc/rbd/rbd-snapshot.rst

index f57477d1fce835a2a0d5549ef1b91c0f750034b6..4cc0545ac3fcc1abb71b67fd5c6236393a6f731f 100644 (file)
@@ -38,7 +38,7 @@ mode, set ``rbd cache max dirty`` to 0. This means writes return only
 when the data is on disk on all replicas, but reads may come from the
 cache. The cache is in memory on the client, and each RBD image has
 its own.  Since the cache is local to the client, there's no coherency
-if there are others accesing the image. Running GFS or OCFS on top of
+if there are others accessing the image. Running GFS or OCFS on top of
 RBD will not work with caching enabled.
 
 The ``ceph.conf`` file settings for RBD should be set in the ``[client]``
index 9fb5f8010820c97df96ee5f57dedb25458d527b4..bde9f8547ec1affa9c631b01862f93956e695ebe 100644 (file)
@@ -220,7 +220,7 @@ clone snapshots  from one pool to images in another pool.
 
 #. **Template Pool:** One way to use block device layering is to create a 
    pool that contains master images that act as templates, and snapshots of those
-   templates. You may then extend read-only priveleges to users so that they 
+   templates. You may then extend read-only privileges to users so that they 
    may clone the snapshots without the ability to write or execute within the pool.
 
 #. **Image Migration/Recovery:** One way to use block device layering is to migrate
@@ -229,7 +229,7 @@ clone snapshots  from one pool to images in another pool.
 Protecting a Snapshot
 ---------------------
 
-Clones access the parent snapshots. All clones would break if a user inadvertantly 
+Clones access the parent snapshots. All clones would break if a user inadvertently 
 deleted the parent snapshot. To prevent data loss, you **MUST** protect the
 snapshot before you can clone it. ::