diff --git a/manila/share/drivers/glusterfs/layout_volume.py b/manila/share/drivers/glusterfs/layout_volume.py index 36f26f75be..b56d87668e 100644 --- a/manila/share/drivers/glusterfs/layout_volume.py +++ b/manila/share/drivers/glusterfs/layout_volume.py @@ -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) diff --git a/manila/share/drivers/hdfs/hdfs_native.py b/manila/share/drivers/hdfs/hdfs_native.py index 79b1aa512e..7ea4c61aaa 100644 --- a/manila/share/drivers/hdfs/hdfs_native.py +++ b/manila/share/drivers/hdfs/hdfs_native.py @@ -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. diff --git a/manila/tests/share/drivers/emc/plugins/isilon/test_isilon_api.py b/manila/tests/share/drivers/emc/plugins/isilon/test_isilon_api.py index 9669eded5f..e073a3d9b5 100644 --- a/manila/tests/share/drivers/emc/plugins/isilon/test_isilon_api.py +++ b/manila/tests/share/drivers/emc/plugins/isilon/test_isilon_api.py @@ -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"},'