core-admin/qubes/storage
Marek Marczykowski-Górecki 0471453773
storage/lvm: call lvm directly, don't use qubes-lvm wrapper
The wrapper doesn't do anything else than translating command
parameters, but it's load time is significant (because of python imports
mostly). Since we can't use python lvm API from non-root user anyway,
lets drop the wrapper and call `lvm` directly (or through sudo when
necessary).

This makes VM startup much faster - storage preparation is down from
over 10s to about 3s.

QubesOS/qubes-issues#2256
2016-11-04 14:18:55 +01: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/lvm: call lvm directly, don't use qubes-lvm wrapper 2016-11-04 14:18:55 +01: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)