From bfa0f8d5efbbc0b14439abd1927baed7e9d65d1a Mon Sep 17 00:00:00 2001 From: lijunjie Date: Wed, 23 Jan 2019 17:07:41 +0800 Subject: [PATCH] Fix the misspelling of "volumes" Change-Id: Icf7d61ae18f18778febd72029874a85da9b700f8 --- cinder/volume/drivers/infinidat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/volume/drivers/infinidat.py b/cinder/volume/drivers/infinidat.py index a2b2af8b0da..65a027039bc 100644 --- a/cinder/volume/drivers/infinidat.py +++ b/cinder/volume/drivers/infinidat.py @@ -766,7 +766,7 @@ class InfiniboxVolumeDriver(san.SanISCSIDriver): source_group=None, source_vols=None): """Creates a group from source.""" # The source is either group_snapshot+snapshots or - # source_group+source_vols. The target is group+voluems + # source_group+source_vols. The target is group+volumes # we assume the source (source_vols / snapshots) are in the same # order as the target (volumes)