thin-provisioning-tools: upgrade 0.8.5 -> 0.9.0

Changelog is as follows:
======
- New support tools: thin_metadata_{pack,unpack}.
- thin_check can now check metadata snapshots.
- some metadata space map bug fixes.
- thin_check --auto-repair
- Stop thin_dump --repair/thin_repair ignoring under populated nodes.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
wangmy
2021-11-22 23:04:19 +08:00
committed by Khem Raj
parent 4640900864
commit 91a9a908af
@@ -12,7 +12,7 @@ SRC_URI = "git://github.com/jthornber/thin-provisioning-tools;branch=main;protoc
file://use-sh-on-path.patch \
"
SRCREV = "5e5409f48b5403d2c6dffd9919b35ad77d6fb7b4"
SRCREV = "d6d93c3157631b242a13a81d30f75453e576c55a"
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"