mirror of
git://sourceware.org/git/lvm2.git
synced 2024-10-13 23:51:53 +03:00
aux: update thin_restore_needs_more_volumes
Version 0.8.5-2.el7 needs to return 0;
This commit is contained in:
parent
b26e565ee5
commit
25b942a8ac
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user