Merge "Word Misspelling"
This commit is contained in:
@@ -1325,7 +1325,7 @@ def do_replication_list_targets(cs, args):
|
|||||||
help='ID of volume to failover.')
|
help='ID of volume to failover.')
|
||||||
@utils.arg('secondary',
|
@utils.arg('secondary',
|
||||||
metavar='<secondary>',
|
metavar='<secondary>',
|
||||||
help='A unqiue identifier that represents a failover target.')
|
help='A unique identifier that represents a failover target.')
|
||||||
@utils.service_type('volumev2')
|
@utils.service_type('volumev2')
|
||||||
def do_replication_failover(cs, args):
|
def do_replication_failover(cs, args):
|
||||||
"""Failover a volume to a secondary target"""
|
"""Failover a volume to a secondary target"""
|
||||||
|
@@ -578,7 +578,7 @@ class VolumeManager(base.ManagerWithFind):
|
|||||||
Failover a volume to a secondary target.
|
Failover a volume to a secondary target.
|
||||||
|
|
||||||
:param volume_id: The id of the volume to query
|
:param volume_id: The id of the volume to query
|
||||||
:param secondary: A unqiue identifier that represents a failover
|
:param secondary: A unique identifier that represents a failover
|
||||||
target
|
target
|
||||||
"""
|
"""
|
||||||
return self._action('os-failover_replication',
|
return self._action('os-failover_replication',
|
||||||
|
Reference in New Issue
Block a user