restore.py: don't try to restore dispid property

This commit is contained in:
Rusty Bird 2018-02-23 17:15:20 +00:00
parent 78571898da
commit 01ce5387d3
No known key found for this signature in database
GPG Key ID: 469D78F47AAF2ADF

View File

@ -1872,6 +1872,8 @@ class BackupRestore(object):
continue
for prop, value in vm.properties.items():
if prop == 'dispid':
continue
# exclude VM references - handled manually according to
# restore options
if prop in ['template', 'netvm', 'default_dispvm']: