mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
tests: no caching for blkid in testing
This commit is contained in:
parent
80b782f86f
commit
afcf954491
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user