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
kernels.py
lvm.py
README.md
reflink.py

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)