core-admin/qubes/storage
Marek Marczykowski-Górecki be2465c1f9
Fix issues found by pylint 2.0
Resolve:
 - no-else-return
 - useless-object-inheritance
 - useless-return
 - consider-using-set-comprehension
 - consider-using-in
 - logging-not-lazy

Ignore:
 - not-an-iterable - false possitives for asyncio coroutines

Ignore all the above in qubespolicy/__init__.py, as the file will be
moved to separate repository (core-qrexec) - it already has a copy
there, don't desynchronize them.
2018-07-15 23:51:15 +02:00
..
__init__.py Fix issues found by pylint 2.0 2018-07-15 23:51:15 +02:00
file.py Fix issues found by pylint 2.0 2018-07-15 23:51:15 +02:00
kernels.py storage: add Pool.included_in() method for checking nested pools 2018-03-20 16:53:39 +01:00
lvm.py storage/lvm: force default locale for lvm command cont. 2018-03-29 20:39:15 +02:00
README.md Merge remote-tracking branch 'marmarek/master' into core3-devel 2016-03-03 01:13:51 +01:00
reflink.py Merge remote-tracking branch 'qubesos/pr/207' 2018-03-22 01:54:38 +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)