Fix qvm-trim-template block attach handling

qvm-trim-template manually assemble device dict, fix it to include
also 'desc' field, as it is now checked.
Fixes ba4dec5 "qvm-block: fix checking attached status of disk image files"
This commit is contained in:
Marek Marczykowski-Górecki 2017-03-15 11:42:53 +01:00
parent 04b5a22821
commit 9d1fea4c7f
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -134,6 +134,7 @@ def main():
'vm': 'dom0',
'device': tvm.root_img,
'mode': 'w',
'desc': '',
},
mode='w',
frontend='xvdi')