core-admin/qubes
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
..
ext Fix sending monitor layout info when xrandr has one output disconnected 2016-09-29 14:13:38 +02:00
qmemman qmemman: fix meminfo handling 2016-09-13 02:15:25 +02:00
storage storage/lvm: call lvm directly, don't use qubes-lvm wrapper 2016-11-04 14:18:55 +01:00
tests Paint the project green for testbench launch 2016-10-18 19:07:20 +02:00
tools storage/lvm: call lvm directly, don't use qubes-lvm wrapper 2016-11-04 14:18:55 +01:00
vm Merge remote-tracking branch 'marmarek/core3-backup' into core3-devel 2016-10-14 15:29:37 +02:00
__init__.py qubes: fix resetting already default property 2016-09-08 04:17:58 +02:00
app.py Add possibility to override libvirt config 2016-10-04 11:31:31 +02:00
backup.py qubes/backup: misc fixes 2016-10-05 01:58:11 +02:00
config.py pylint fixes 2016-06-10 21:27:29 +02:00
core2migration.py Merge remote-tracking branch 'marmarek/core3-backup' into core3-devel 2016-10-14 15:29:37 +02:00
devices.py qubes/ext/pci: move PCI devices handling to an extension 2016-09-03 20:41:03 +02:00
dochelpers.py Make pylint happy 2016-10-11 13:42:37 +02:00
events.py Add catch-all '*' to event handlers 2016-09-28 21:28:43 +02:00
exc.py core3: add different exceptions 2015-10-17 00:17:12 +02:00
firewall.py Make pylint happy 2016-09-19 20:36:32 +02:00
log.py core/log: do not attach multiple handlers to the same logger 2016-03-03 01:18:15 +01:00
rngdoc.py qubes: pylint fixes (small mistakes and wrong names) 2015-06-29 17:39:27 +02:00
tarwriter.py qubes/tarwriter: add simple sparse-tar writer module 2016-10-05 01:54:41 +02:00
utils.py Add qubes.utils.random_string() 2016-08-03 02:57:40 +02:00