uvol: update to 0.6
authorDaniel Golle <redacted>
Sun, 19 Dec 2021 23:13:58 +0000 (23:13 +0000)
committerDaniel Golle <redacted>
Mon, 20 Dec 2021 01:42:58 +0000 (01:42 +0000)
commitf8f5960e7617b15399b25d3701f587c7abf4a79c
tree08b5f4f32cee7a626fe73fe2292338382632abae
parent6243a172502e2814f0fc19d8ffa5a65c8d77f43d
uvol: update to 0.6

 * auto-created meta volume
Automatically create volume '.meta' sized 0.01% of the total space
managed by uvol, the minimum size being 4 MiB.
This volume should be used to keep metadata about stored volumes, such
as container runtime configuration (in /var/run/uvol/.meta/uxc) or
the database of installed container packages.

 * configurable LVM volume group
Allow setting volume group to be used by uvol using UCI.
This is useful on devices which do not boot off the device which
should be used for uvol and hence cannot make use of autopart and
physical volume detection based on kernel cmdline.
Use option vg_name in uvol section of fstab UCI config package.

Signed-off-by: Daniel Golle <redacted>
utils/uvol/Makefile
utils/uvol/files/common.sh
utils/uvol/files/lvm.sh
utils/uvol/files/ubi.sh
utils/uvol/files/uvol.defaults
git clone https://git.99rst.org/PROJECT