Merge "NetApp: Remove duplicate volume_type kwarg"

This commit is contained in:
Zuul 2018-06-26 05:05:42 +00:00 committed by Gerrit Code Review
commit 8952e22f5f
1 changed files with 1 additions and 1 deletions

View File

@ -447,10 +447,10 @@ class DataMotionMixin(object):
# NOTE(gouthamr): The volume is intentionally created as a Data
# Protection volume; junction-path will be added on breaking
# the mirror.
provisioning_options['volume_type'] = 'dp'
dest_client.create_flexvol(dest_flexvol_name,
destination_aggregate,
size,
volume_type='dp',
**provisioning_options)
def ensure_snapmirrors(self, config, src_backend_name, src_flexvol_names):