core-admin/qubes/storage
Marek Marczykowski-Górecki d96480719f
storage: add Volume.export_end() function
This is a counterpart to Volume.export(). Up until now, no driver needed
any cleanup after exporting data, but it doesn't mean there won't be
any. This is especially relevant because Volume.export() is supposed to
return a path of a snapshot from before VM start - which may be a
different one than currently active one.

QubesOS/qubes-issues#5935
2020-07-08 06:05:02 +02:00
..
__init__.py storage: add Volume.export_end() function 2020-07-08 06:05:02 +02:00
file.py storage: clean up __init__() of Pool() and subclasses 2020-06-22 14:03:21 +00:00
kernels.py storage: clean up __init__() of Pool() and subclasses 2020-06-22 14:03:21 +00:00
lvm.py storage: move @locked from lvm to Volume base class 2020-07-07 15:39:08 +00:00
README.md Merge remote-tracking branch 'marmarek/master' into core3-devel 2016-03-03 01:13:51 +01:00
reflink.py storage/reflink: clarify comment 2020-07-07 16:25: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)