core-admin/qubes/storage
Marek Marczykowski-Górecki b59463e8e8
qvm-block: fix listing non-internal volumes
In case of LVM (at least), "internal" flag is initialized only when
listing volume attached to given VM, but not when listing them from the
pool. This looks like a limitation (bug?) of pool driver, it looks like
much nicer fix is to handle the flag in qvm-block tool (which list VMs
volumes anyway), than in LVM storage pool driver (which would need to
keep second copy of volumes list - just like file driver).

QubesOS/qubes-issues#2256
2016-11-04 14:18:56 +01:00
..
__init__.py storage: improve/fix handling extra volumes 2016-11-04 14:18:56 +01:00
domain.py qubes/storage: misc fixes for VM-exposed block devices handling 2016-09-03 20:41:02 +02:00
file.py Merge branch 'core3-devices' into core3-devel 2016-09-04 21:32:01 +02:00
kernels.py qubes.linux.kernel use new storage api 2016-07-13 22:34:34 +02:00
lvm.py qvm-block: fix listing non-internal volumes 2016-11-04 14:18:56 +01: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)