core-admin/qubes/storage
Marek Marczykowski-Górecki 6e383c703d
qubes/storage: allow passing just volume name to storage.resize
It makes much more sense to call:

    vm.storage.resize('private', 10000000000)

instead of:

    vm.storage.resize(vm.volumes['private'], 10000000000)
2016-08-17 22:42:15 +02:00
..
__init__.py qubes/storage: allow passing just volume name to storage.resize 2016-08-17 22:42:15 +02:00
domain.py qubes.storage.domain use new storage API 2016-07-13 22:34:34 +02:00
file.py qubes/dispvm: misc fixes, make it actually working 2016-08-17 00:42:17 +02:00
kernels.py qubes.linux.kernel use new storage api 2016-07-13 22:34:34 +02:00
lvm.py ThinPool.import() skips not saveable volumes 2016-08-03 02:57:46 +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)