diff --git a/cinder/volume/drivers/hpe/hpe_3par_common.py b/cinder/volume/drivers/hpe/hpe_3par_common.py index b65902705de..8a95fc0cc40 100644 --- a/cinder/volume/drivers/hpe/hpe_3par_common.py +++ b/cinder/volume/drivers/hpe/hpe_3par_common.py @@ -3633,7 +3633,7 @@ class HPE3PARCommon(object): try: self.client.stopRemoteCopy(rcg_name) except Exception as ex: - msg = (_("There was an error stoping remote copy: %s.") % + msg = (_("There was an error stopping remote copy: %s.") % six.text_type(ex)) LOG.error(msg) raise exception.VolumeBackendAPIException(data=msg)