restore.py: don't try to restore dispid property
This commit is contained in:
parent
78571898da
commit
01ce5387d3
@ -1872,6 +1872,8 @@ class BackupRestore(object):
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
for prop, value in vm.properties.items():
|
for prop, value in vm.properties.items():
|
||||||
|
if prop == 'dispid':
|
||||||
|
continue
|
||||||
# exclude VM references - handled manually according to
|
# exclude VM references - handled manually according to
|
||||||
# restore options
|
# restore options
|
||||||
if prop in ['template', 'netvm', 'default_dispvm']:
|
if prop in ['template', 'netvm', 'default_dispvm']:
|
||||||
|
Loading…
Reference in New Issue
Block a user