mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
tests: use get_devs
This commit is contained in:
parent
413209f3f8
commit
c64e2a85cb
@ -23,11 +23,11 @@ aux lvmconf 'allocation/maximise_cling = 0' \
|
||||
'activation/raid_fault_policy = "allocate"'
|
||||
|
||||
aux prepare_vg 8 80
|
||||
get_devs
|
||||
|
||||
function delay
|
||||
{
|
||||
for d in $(< DEVICES)
|
||||
do
|
||||
for d in "${DEVICES[@]}"; do
|
||||
aux delay_dev "$d" 0 $1 "$(get first_extent_sector "$d")"
|
||||
done
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user