From 112e9936b17ad71559ef6b9941be388e38b6cf13 Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Thu, 27 Jul 2017 09:52:56 -0700 Subject: [PATCH] doc/rbd: Removed contractions for ESL speakers. Signed-off-by: John Wilkins --- doc/rbd/librbdpy.rst | 2 +- doc/rbd/libvirt.rst | 2 +- doc/rbd/rbd-openstack.rst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/rbd/librbdpy.rst b/doc/rbd/librbdpy.rst index da823c7fdd475..fa903312557fe 100644 --- a/doc/rbd/librbdpy.rst +++ b/doc/rbd/librbdpy.rst @@ -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() diff --git a/doc/rbd/libvirt.rst b/doc/rbd/libvirt.rst index 8bf4372b7ea08..f953b1f08e230 100644 --- a/doc/rbd/libvirt.rst +++ b/doc/rbd/libvirt.rst @@ -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. diff --git a/doc/rbd/rbd-openstack.rst b/doc/rbd/rbd-openstack.rst index 6f3f06f887d9a..db520280882b5 100644 --- a/doc/rbd/rbd-openstack.rst +++ b/doc/rbd/rbd-openstack.rst @@ -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] -- 2.39.5