core-admin/qubes/storage
Marek Marczykowski-Górecki 46b60dbf42
storage: add Pool.import_data to the API
Allow importing not only from another volume, but also raw data. In
practice, for all currently implemented storage pools, this is the same
as Pool.export, because path returned there is read-write. But lets not
abuse this fact, some future implementation may need different methods.

QubesOS/qubes-issues#2622
QubesOS/qubes-issues#2256
2017-05-23 15:35:55 +02:00
..
__init__.py storage: add Pool.import_data to the API 2017-05-23 15:35:55 +02:00
domain.py qubes/storage: py3k related fixes 2017-03-01 21:50:06 +01:00
file.py storage: add Pool.import_data to the API 2017-05-23 15:35:55 +02:00
kernels.py storage: make LinuxKernel pool track vm kernel version 2017-05-17 11:17:21 +02:00
lvm.py storage: add Pool.import_data to the API 2017-05-23 15:35:55 +02:00
README.md Merge remote-tracking branch 'marmarek/master' into core3-devel 2016-03-03 01:13:51 +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)