commit 4bb162e5e1fe826be24a2b9cff4135547a68fbe8 Author: Helen Walsh Date: Thu Sep 24 17:23:23 2020 +0100 PowerMax Driver - Feedback on review 746486 DocString fix Change-Id: Iebbb1e9a971b81a1654ffe8ed9bf3c058f5bd56b diff --git a/cinder/volume/drivers/dell_emc/powermax/common.py b/cinder/volume/drivers/dell_emc/powermax/common.py index 3fa224c..a4e759e 100644 --- a/cinder/volume/drivers/dell_emc/powermax/common.py +++ b/cinder/volume/drivers/dell_emc/powermax/common.py @@ -5203,7 +5203,7 @@ class PowerMaxCommon(object): :param secondary_id: the target backend :param groups: replication groups :returns: secondary_id, volume_update_list, group_update_list - :raises: VolumeBackendAPIException + :raises: InvalidReplicationTarget """ volume_update_list = list() group_update_list = list()