Merge "Volume migration: add 'name_id' as valid skippable field"

This commit is contained in:
Jenkins 2015-12-15 21:54:39 +00:00 committed by Gerrit Code Review
commit bb49c2fc8e

View File

@ -1608,7 +1608,7 @@ class VolumeManager(manager.SchedulerDependentManager):
# Create new volume on remote host
skip = {'id', '_name_id', 'name', 'host', 'status',
skip = {'id', '_name_id', 'name_id', 'name', 'host', 'status',
'attach_status', 'migration_status', 'volume_type',
'consistencygroup', 'volume_attachment'}
# We don't copy volume_type, consistencygroup and volume_attachment,