2017-07-02 22:38:32 +03:00
#!/usr/bin/env bash
2014-05-22 01:13:59 +04:00
# 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,
2016-01-21 13:49:46 +03:00
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2014-05-22 01:13:59 +04:00
2016-02-23 01:13:42 +03:00
SKIP_WITH_LVMLOCKD = 1
2015-10-27 17:10:06 +03:00
SKIP_WITH_LVMPOLLD = 1
2014-05-22 01:13:59 +04:00
2015-10-27 17:10:06 +03:00
. lib/inittest
2015-05-09 02:59:18 +03:00
2014-05-22 01:13:59 +04:00
which mkfs.ext3 || skip
2014-05-24 00:35:05 +04:00
aux have_raid 1 3 0 || skip
2014-05-22 01:13:59 +04:00
2017-06-24 00:22:34 +03:00
aux lvmconf \
'activation/raid_fault_policy = "allocate"'
2014-05-22 01:13:59 +04:00
aux prepare_dmeventd
aux prepare_vg 5
lvcreate -aey --type raid1 -m 3 --ignoremonitoring -L 1 -n 4way $vg
lvchange --monitor y $vg /4way
lvs -a -o all,lv_modules $vg
lvdisplay --maps $vg
2015-10-13 12:21:40 +03:00
aux wait_for_sync $vg 4way
2014-05-22 01:13:59 +04:00
aux disable_dev " $dev2 " " $dev4 "
mkfs.ext3 " $DM_DEV_DIR / $vg /4way "
2017-06-24 00:22:34 +03:00
sleep 5 # FIXME: need a "poll" utility, akin to "check"
2014-05-22 01:13:59 +04:00
aux enable_dev " $dev2 " " $dev4 "
2017-06-25 00:01:26 +03:00
dmsetup table
dmsetup status
dmsetup info -c
vgremove -vvvv -ff $vg