Merge "Removing some redundant words"
This commit is contained in:
commit
dfabad3d51
@ -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)
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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"},'
|
||||
|
Loading…
Reference in New Issue
Block a user