Merge "Removing some redundant words"

This commit is contained in:
Jenkins 2016-03-31 16:05:54 +00:00 committed by Gerrit Code Review
commit dfabad3d51
3 changed files with 3 additions and 3 deletions

View File

@ -498,7 +498,7 @@ class GlusterfsVolumeMappedLayout(layout.GlusterfsShareLayoutBase):
*args,
log=_LE("Creating share from snapshot"))
# Get a manager for the the new volume/share.
# Get a manager for the new volume/share.
comp_vol = old_gmgr.components.copy()
comp_vol.update({'volume': volume})
gmgr = self._glustermanager(comp_vol)

View File

@ -17,7 +17,7 @@
Manila share is a directory in HDFS. And this share does not use
service VM instance (share server). The instance directly talks
to the the HDFS cluster.
to the HDFS cluster.
The initial version only supports single namenode and flat network.

View File

@ -67,7 +67,7 @@ class IsilonApiTest(test.TestCase):
# In order to test cloning a snapshot, we build out a mock
# source directory tree. After the method under test is called we
# will verify the the necessary calls are made to clone a snapshot.
# will verify the necessary calls are made to clone a snapshot.
source_dir_listing_json = (
'{"children": ['
'{"name": "dir1", "type": "container"},'