[lvm-devel] main - aux: update thin_restore_needs_more_volumes

Zdenek Kabelac zkabelac at sourceware.org
Mon Feb 1 11:47:46 UTC 2021


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=25b942a8acd35c44ea39ff1840d8c4af0bed12d6
Commit:        25b942a8acd35c44ea39ff1840d8c4af0bed12d6
Parent:        b26e565ee5d27314a58cba31e0a017d927698440
Author:        Zdenek Kabelac <zkabelac at redhat.com>
AuthorDate:    Fri Jan 22 20:17:57 2021 +0100
Committer:     Zdenek Kabelac <zkabelac at redhat.com>
CommitterDate: Mon Feb 1 12:13:49 2021 +0100

aux: update thin_restore_needs_more_volumes

Version 0.8.5-2.el7 needs to return 0;
---
 test/lib/aux.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/lib/aux.sh b/test/lib/aux.sh
index 5dbb580be..31741ac74 100644
--- a/test/lib/aux.sh
+++ b/test/lib/aux.sh
@@ -1471,6 +1471,7 @@ thin_restore_needs_more_volumes() {
 	case $("$LVM_TEST_THIN_RESTORE_CMD" -V) in
 		# With older version of thin-tool we got slightly more compact metadata
 		0.[0-6]*|0.7.0*) return 0 ;;
+		0.8.5-2.el7) return 0 ;;
 	esac
 	return 1
 }




More information about the lvm-devel mailing list