core-admin/qubes
Brendan Hoar 16d069289c
Update lvm.py
Break the ioctl calls from blkdiscard into max 1GB worth of blocks per call. This ensures that the amount of pending discards (both for the virtual lvm thin volume as well as any lower level device recipients) do not dominate the IO streams to the devices. Before this change, IO blocking was leading to both UI and processing freezes in Qubes while very large LVM volumes were being removed. The change will allow other device IOs to be interleaved between the internal ioctl calls from blkdiscard.
2021-05-12 18:18:11 -04:00
..
api Merge remote-tracking branch 'origin/pr/381' 2021-02-15 08:54:55 +01:00
ext Merge remote-tracking branch 'origin/pr/369' 2020-10-10 03:33:09 +02:00
qmemman qmemmand: separate SystemState init xc and xs to a 'init' method 2019-11-22 21:38:27 +01:00
storage Update lvm.py 2021-05-12 18:18:11 -04:00
tests tests: fix starting VMs in mime test 2021-03-18 04:09:42 +01:00
tools tools/qubesd-query: limit maximum payload size 2021-03-03 18:31:35 +01:00
vm Limit maximum length of kernelopts property 2021-03-03 18:31:35 +01:00
__init__.py Make pylint happy 2020-08-23 02:55:40 +02:00
app.py Enable autoescape in libvirt xml template 2021-03-03 18:31:34 +01:00
backup.py Make pylint happy 2020-08-23 02:55:40 +02:00
config.py drop old workaround kernelopts 2020-11-01 18:10:52 +01:00
devices.py Make pylint happy 2020-08-23 02:55:40 +02:00
dochelpers.py Fix Sphinx 2 new API for Fedora 31+ 2019-11-22 21:39:31 +01:00
events.py Make pylint happy 2020-08-23 02:55:40 +02:00
exc.py Make pylint happy 2020-08-23 02:55:40 +02:00
features.py Add pre- events to vm features 2020-03-17 18:46:12 +01:00
firewall.py firewall: save firewall.xml with utils.replace_file() 2021-02-10 12:58:00 +00:00
log.py log: don't write to qubes.log or vm-*.log, only stderr 2021-02-05 18:39:17 +00:00
rngdoc.py Remove python2 compat __future__ imports 2020-02-15 17:33:34 +00:00
tarwriter.py Make pylint happy 2020-08-23 02:55:40 +02:00
utils.py utils: assume Fedora 18+ in dom0 2021-02-15 14:10:42 +00:00