2012-03-16 17:00:05 +04:00
#!/bin/sh
2010-05-06 23:01:26 +04:00
# Copyright (C) 2008 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
2010-05-06 23:01:26 +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
2010-05-06 23:01:26 +04:00
2015-10-27 17:10:06 +03:00
. lib/inittest
2015-05-09 02:59:18 +03:00
2012-03-16 17:00:05 +04:00
which mkfs.ext2 || skip
2014-03-17 19:32:42 +04:00
aux mirror_recovery_works || skip
2012-03-16 17:00:05 +04:00
2011-01-05 03:16:18 +03:00
aux prepare_dmeventd
2014-02-03 21:26:55 +04:00
aux prepare_vg 5
2010-05-06 23:01:26 +04:00
2013-08-08 00:48:31 +04:00
lvcreate -aey --type mirror -m 3 --ignoremonitoring -L 1 -n 4way $vg
2010-05-06 23:01:26 +04:00
lvchange --monitor y $vg /4way
2012-03-16 17:00:05 +04:00
aux disable_dev " $dev2 " " $dev4 "
2014-02-23 02:08:55 +04:00
mkfs.ext2 " $DM_DEV_DIR / $vg /4way "
2010-10-26 16:53:07 +04:00
sleep 10 # FIXME: need a "poll" utility, akin to "check"
2012-03-16 17:00:05 +04:00
aux enable_dev " $dev2 " " $dev4 "
2010-05-06 23:01:26 +04:00
check mirror $vg 4way
check mirror_legs $vg 4way 2
2012-03-16 17:00:05 +04:00
vgremove -ff $vg