core-admin/qubes
Rusty Bird c56f06166b
storage/reflink: tweak FICLONE definition
Get rid of an otherwise unused module-level variable (HOST_MACHINE), and
show the relevant file (reflink.py) in the error message:

Traceback (most recent call last):
  File "/usr/bin/qubesd", line 2, in <module>
    from qubes.tools.qubesd import main
  File "/usr/lib/python3.8/site-packages/qubes/__init__.py", line 801, in <module>
    from qubes.app import Qubes
  File "/usr/lib/python3.8/site-packages/qubes/app.py", line 64, in <module>
    import qubes.storage.reflink
  File "/usr/lib/python3.8/site-packages/qubes/storage/reflink.py", line 46, in <module>
    FICLONE = {
KeyError: 'armv7l'
qubesd.service: Main process exited, code=exited, status=1/FAILURE
2021-02-15 14:10:44 +00: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 storage/reflink: tweak FICLONE definition 2021-02-15 14:10:44 +00:00
tests Drop obsolete core2 dvmdata/ and servicevms/ directories 2021-02-15 14:10:39 +00:00
tools Removed unused method get_loglevel_from_verbosity() 2021-02-13 00:47:44 +01:00
vm vm/qubesvm: omit stray 'import qubes.storage.file' 2021-02-15 14:10:43 +00:00
__init__.py Make pylint happy 2020-08-23 02:55:40 +02:00
app.py Merge remote-tracking branch 'origin/pr/389' 2021-02-11 13:48:12 +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