]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rbd: Removed contractions for ESL speakers.
authorJohn Wilkins <jowilkin@redhat.com>
Thu, 27 Jul 2017 16:52:56 +0000 (09:52 -0700)
committerJohn Wilkins <jowilkin@redhat.com>
Thu, 27 Jul 2017 16:52:56 +0000 (09:52 -0700)
Signed-off-by: John Wilkins <jowilkin@redhat.com>
doc/rbd/librbdpy.rst
doc/rbd/libvirt.rst
doc/rbd/rbd-openstack.rst

index da823c7fdd475fc89009bbd5e4a8dd9853c70629..fa903312557fea5bc2c0e93fca757fdcb16fa71e 100644 (file)
@@ -34,7 +34,7 @@ This writes 'foo' to the first 600 bytes of the image. Note that data
 cannot be :type:unicode - `Librbd` does not know how to deal with
 characters wider than a :c:type:char.
 
-In the end, you'll want to close the image, the IO context and the connection to RADOS::
+In the end, you will want to close the image, the IO context and the connection to RADOS::
 
     image.close()
     ioctx.close()
index 8bf4372b7ea089894033f856cfb2a9b391ed2a41..f953b1f08e2303629a698b27908b8606f57c71af 100644 (file)
@@ -47,7 +47,7 @@ You can also use Ceph block devices with ``libvirt``, ``virsh`` and the
 
 
 To create VMs that use Ceph block devices, use the procedures in the following
-sections. In the exemplary embodiment, we've used ``libvirt-pool`` for the pool
+sections. In the exemplary embodiment, we have used ``libvirt-pool`` for the pool
 name, ``client.libvirt`` for the user name, and ``new-libvirt-image`` for  the
 image name. You may use any value you like, but ensure you replace those values
 when executing commands in the subsequent procedures.
index 6f3f06f887d9a5e030dd03362ed15ec0cbfc9653..db520280882b5d3b23f1f289770b10d834bfa1de 100644 (file)
@@ -114,7 +114,7 @@ The nodes running ``glance-api``, ``cinder-volume``, ``nova-compute`` and
 Install Ceph client packages
 ----------------------------
 
-On the ``glance-api`` node, you'll need the Python bindings for ``librbd``::
+On the ``glance-api`` node, you will need the Python bindings for ``librbd``::
 
   sudo apt-get install python-rbd
   sudo yum install python-rbd
@@ -304,7 +304,7 @@ specify the pool name for the block device. On your OpenStack node, edit
     rados_connect_timeout = -1
     glance_api_version = 2
 
-If you're using `cephx authentication`_, also configure the user and uuid of
+If you are using `cephx authentication`_, also configure the user and uuid of
 the secret you added to ``libvirt`` as documented earlier::
 
     [ceph]