core-admin/qubes/storage
Marek Marczykowski-Górecki 4c4f903fe3
vm: change kernel=None to kernel=''
vm.kernel property have type 'str'. Putting None there makes a lot of
troubles: it gets encoded as 'None' in qubes.xml and then loaded back as
'None' string, not None value. Also it isn't possible to assign None
value to str property throgh Admin API.

kernel='' is equally good to specify "no kernel from dom0".

QubesOS/qubes-issues#2622
2017-06-05 23:38:30 +02:00
..
__init__.py storage: minor error handling fix 2017-05-26 15:08:15 +02:00
file.py storage: add Pool.import_data to the API 2017-05-23 15:35:55 +02:00
kernels.py vm: change kernel=None to kernel='' 2017-06-05 23:38:30 +02:00
lvm.py storage: don't fail on import if lvm is not installed 2017-05-26 15:08:20 +02:00
README.md Merge remote-tracking branch 'marmarek/master' into core3-devel 2016-03-03 01:13:51 +01:00

WNI File storage

Before v3.1 there existed a draft wni storage. You can find it in the git history

(it was in /core/storage directory, now gone)