core-admin/qubes/storage
Marek Marczykowski-Górecki c5667791e8
storage: move volume_config['source'] filling to one place
Don't set 'source' volume in various places (each VM class constructor
etc), do it as part of volume initialization. And when it needs to be
re-calculated, call storage.init_volume again.

This code was duplicated, and as usual in such a case, those copies
were different - one have set 'size', the other one not.

QubesOS/qubes-issues#2256
2017-07-26 03:26:11 +02:00
..
__init__.py storage: move volume_config['source'] filling to one place 2017-07-26 03:26:11 +02:00
file.py storage: fix resize and revert handling 2017-07-18 01:42:37 +02:00
kernels.py storage/kernels: support only save_on_stop=False volumes 2017-07-04 14:25:08 +02:00
lvm.py storage: fix resize and revert handling 2017-07-18 01:42:37 +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)