core-admin/qubes/storage
Marek Marczykowski-Górecki 6170edb291
storage: allow import_data and import_data_end be coroutines
On some storage pools this operation can also be time consuming - for
example require creating temporary volume, and volume.create() already
can be a coroutine.
This is also requirement for making common code used by start()/create()
etc be a coroutine, otherwise neither of them can be and will block
other operations.

Related to QubesOS/qubes-issues#4283
2018-10-23 16:53:35 +02:00
..
__init__.py storage: allow import_data and import_data_end be coroutines 2018-10-23 16:53:35 +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 Merge remote-tracking branch 'qubesos/pr/228' 2018-09-07 01:06:59 +02:00
README.md Merge remote-tracking branch 'marmarek/master' into core3-devel 2016-03-03 01:13:51 +01:00
reflink.py storage/reflink: use context managers in is_supported() 2018-09-13 19:46:48 +00: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)