core-admin/qubes/storage
Marek Marczykowski-Górecki 7903dc53f9
storage/lvm: fix resizing not persistent volumes
Even when volume is not persistent (like TemplateBasedVM:root), it
should be resizeable. Just the new size, similarly to the volume
content, will be reverted after qube shutdown.

Additionally, when VM is running, volume resize should affect _only_ its
temporary snapshot. This way resize can be properly reverted together
with actual volume changes (which include resize2fs call).

Fixes QubesOS/qubes-issues#3519
2018-02-07 02:07:25 +01:00
..
__init__.py storage: add size and usage properties to pool object 2017-11-07 02:57:58 +01:00
file.py Make pylint happy 2017-12-21 18:19:10 +01:00
kernels.py Make pylint happy 2017-12-21 18:19:10 +01:00
lvm.py storage/lvm: fix resizing not persistent volumes 2018-02-07 02:07:25 +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)