Merge "NetApp: Remove duplicate volume_type kwarg"
This commit is contained in:
commit
8952e22f5f
@ -447,10 +447,10 @@ class DataMotionMixin(object):
|
|||||||
# NOTE(gouthamr): The volume is intentionally created as a Data
|
# NOTE(gouthamr): The volume is intentionally created as a Data
|
||||||
# Protection volume; junction-path will be added on breaking
|
# Protection volume; junction-path will be added on breaking
|
||||||
# the mirror.
|
# the mirror.
|
||||||
|
provisioning_options['volume_type'] = 'dp'
|
||||||
dest_client.create_flexvol(dest_flexvol_name,
|
dest_client.create_flexvol(dest_flexvol_name,
|
||||||
destination_aggregate,
|
destination_aggregate,
|
||||||
size,
|
size,
|
||||||
volume_type='dp',
|
|
||||||
**provisioning_options)
|
**provisioning_options)
|
||||||
|
|
||||||
def ensure_snapmirrors(self, config, src_backend_name, src_flexvol_names):
|
def ensure_snapmirrors(self, config, src_backend_name, src_flexvol_names):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user