]> sourceware.org Git - lvm2.git/commit
tests: change mkfs usage in lvconvert raid tests
authorDavid Teigland <teigland@redhat.com>
Thu, 23 May 2019 16:45:26 +0000 (11:45 -0500)
committerDavid Teigland <teigland@redhat.com>
Thu, 23 May 2019 16:45:26 +0000 (11:45 -0500)
commit1022b88a66dd02e981e738719e17452cd5c1bd59
tree2e2dcac4e70e07d4fe69b778fcb85883a991dc86
parent6169c0a51b8098e4ffa15fb52cafccf7a73ab22c
tests: change mkfs usage in lvconvert raid tests

The "echo y | mkfs" was failing at times from echo y.
Remove echo y and replace with wipefs -a prior to mkfs.
test/shell/lvconvert-raid-reshape-linear_to_raid6-single-type.sh
test/shell/lvconvert-raid-reshape-linear_to_striped-single-type.sh
test/shell/lvconvert-raid-reshape-linear_to_striped.sh
test/shell/lvconvert-raid-reshape-load.sh
test/shell/lvconvert-raid-reshape-striped_to_linear-single-type.sh
test/shell/lvconvert-raid-reshape-striped_to_linear.sh
test/shell/lvconvert-raid-reshape-stripes-load-fail.sh
test/shell/lvconvert-raid-reshape-stripes-load-reload.sh
test/shell/lvconvert-raid-reshape-stripes-load.sh
test/shell/lvconvert-raid-restripe-linear.sh
test/shell/lvconvert-raid5_to_raid10.sh
This page took 0.033241 seconds and 5 git commands to generate.