core-admin/qubes/storage
Marek Marczykowski-Górecki 6b474e39f6
storage/lvm: update volume.size attribute on resize
When volume is resized, underlying LVM is adjusted if exists. For
persistent volumes it is enough, as generally the driver prefers
underlying LVM size than internal attribute. But volatile volume is
removed at vm shutdown, so that value is lost.

Fix it by updating Volume.size attribute too, to be updated in qubes.xml
later too.

Fixes QubesOS/qubes-issues#5645
2020-02-12 21:44:16 +01:00
..
__init__.py Implement new admin.vm.ImportWithSize API call 2020-01-23 09:47:22 +01:00
file.py Implement new admin.vm.ImportWithSize API call 2020-01-23 09:47:22 +01:00
kernels.py storage/kernels: fix listing volumes 2019-11-10 01:14:34 +01:00
lvm.py storage/lvm: update volume.size attribute on resize 2020-02-12 21:44:16 +01:00
README.md Merge remote-tracking branch 'marmarek/master' into core3-devel 2016-03-03 01:13:51 +01:00
reflink.py storage/reflink: trivial style tweaks 2020-02-05 17:26:44 +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)