diff options
Diffstat (limited to 'test/shell/lvchange-raid10.sh')
-rw-r--r-- | test/shell/lvchange-raid10.sh | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/test/shell/lvchange-raid10.sh b/test/shell/lvchange-raid10.sh new file mode 100644 index 0000000..a29ade9 --- /dev/null +++ b/test/shell/lvchange-raid10.sh @@ -0,0 +1,21 @@ +#!/usr/bin/env bash + +# Copyright (C) 2014 Red Hat, Inc. All rights reserved. +# +# This copyrighted material is made available to anyone wishing to use, +# modify, copy, or redistribute it subject to the terms and conditions +# of the GNU General Public License v.2. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software Foundation, +# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +TEST_RAID=raid10 + +. shell/lvchange-raid.sh + +aux have_raid 1 5 2 || skip + +run_types raid10 -m 1 -i 2 "$dev1" "$dev2" "$dev3" "$dev4" + +vgremove -ff $vg |