core-admin/qubes/storage
Marek Marczykowski-Górecki ae42308f5f
storage: improve handling volume export
1. Add a helper function on vm.storage. This is equivalent of:

    vm.storage.get_pool(vm.volumes[name]).export(vm.volumes[name])

2. Make sure the path returned by `export` on LVM volume is accessible.
2016-09-29 01:59:54 +02:00
..
__init__.py storage: improve handling volume export 2016-09-29 01:59:54 +02:00
domain.py qubes/storage: misc fixes for VM-exposed block devices handling 2016-09-03 20:41:02 +02:00
file.py Merge branch 'core3-devices' into core3-devel 2016-09-04 21:32:01 +02:00
kernels.py qubes.linux.kernel use new storage api 2016-07-13 22:34:34 +02:00
lvm.py storage: improve handling volume export 2016-09-29 01:59:54 +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)