[lvm-devel] main - tests: no caching for blkid in testing

Zdenek Kabelac zkabelac at sourceware.org
Wed Sep 7 13:04:58 UTC 2022


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=afcf954491416dab5845d25dc45c53c3e8000773
Commit:        afcf954491416dab5845d25dc45c53c3e8000773
Parent:        80b782f86ffea19a9881b026df3dc133eebffbe5
Author:        Zdenek Kabelac <zkabelac at redhat.com>
AuthorDate:    Wed Aug 31 14:14:59 2022 +0200
Committer:     Zdenek Kabelac <zkabelac at redhat.com>
CommitterDate: Wed Sep 7 15:00:15 2022 +0200

tests: no caching for blkid in testing

---
 test/lib/lvm_vdo_wrapper.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lib/lvm_vdo_wrapper.sh b/test/lib/lvm_vdo_wrapper.sh
index 90d0b2ce8..b1da2e35b 100755
--- a/test/lib/lvm_vdo_wrapper.sh
+++ b/test/lib/lvm_vdo_wrapper.sh
@@ -142,7 +142,7 @@ esac
 
 test -n "${vdo_device-}" || vdo_die_ "VDO device is missing"
 
-blkid -s UUID -o value "${vdo_device}" || true
+blkid -c /dev/null -s UUID -o value "${vdo_device}" || true
 
 devsize=$(blockdev --getsize64 "$vdo_device")
 devsize=$(( devsize / 4096 )) # convert to 4KiB units



More information about the lvm-devel mailing list