storage/xen.py: always initialise args['otherdevs']
This commit is contained in:
parent
37696b7d43
commit
6b0a5f9738
@ -100,6 +100,8 @@ class QubesXenVmStorage(QubesVmStorage):
|
||||
self.modules_dev,
|
||||
rw=True if drive_type == "disk" else False, type=drive_type,
|
||||
domain=drive_domain)
|
||||
else:
|
||||
args['otherdevs'] = ''
|
||||
|
||||
return args
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user