core-admin/qubes/storage
Marek Marczykowski-Górecki d40fae9756
storage: add Pool.included_in() method for checking nested pools
It may happen that one pool is inside a volume of other pool. This is
the case for example for varlibqubes pool (file driver,
dir_path=/var/lib/qubes) and default lvm pool (lvm_thin driver). The
latter include whole root filesystem, so /var/lib/qubes too.
This is relevant for proper disk space calculation - to not count some
space twice.

QubesOS/qubes-issues#3240
QubesOS/qubes-issues#3241
2018-03-20 16:53:39 +01:00
..
__init__.py storage: add Pool.included_in() method for checking nested pools 2018-03-20 16:53:39 +01:00
file.py storage: add Pool.included_in() method for checking nested pools 2018-03-20 16:53:39 +01: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/192' 2018-02-22 19:46:11 +01:00
README.md Merge remote-tracking branch 'marmarek/master' into core3-devel 2016-03-03 01:13:51 +01:00
reflink.py storage: add Pool.included_in() method for checking nested pools 2018-03-20 16:53:39 +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)