2017-07-02 22:38:32 +03:00
#!/usr/bin/env bash
2011-01-07 17:56:10 +03:00
# Copyright (C) 2011 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
2011-01-07 17:56:10 +03:00
2018-05-30 20:55:49 +03:00
2015-10-27 17:10:06 +03:00
SKIP_WITH_LVMPOLLD = 1
2011-01-07 17:56:10 +03:00
2015-10-27 17:10:06 +03:00
. lib/inittest
2015-05-09 02:59:18 +03:00
2015-03-16 14:26:00 +03:00
aux prepare_dmeventd
2014-03-17 19:32:42 +04:00
aux mirror_recovery_works || skip
2011-01-07 17:56:10 +03:00
aux prepare_vg 5
2013-08-08 00:48:31 +04:00
lvcreate -aey --type mirror -m 3 --ignoremonitoring -L 1 -n 4way $vg
2011-01-07 17:56:10 +03: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.ext3 " $DM_DEV_DIR / $vg /4way "
2012-03-16 17:00:05 +04:00
aux enable_dev " $dev2 " " $dev4 "
2011-06-15 21:45:02 +04:00
sleep 3
2013-06-15 13:21:03 +04:00
lvs -a -o +devices $vg | tee out
not grep unknown out
2011-01-07 17:56:10 +03:00
check mirror $vg 4way
check mirror_legs $vg 4way 2
2013-06-15 13:21:03 +04:00
lvs -a -o +devices $vg | tee out
not grep mimage_1 out
lvs -a -o +devices $vg | tee out
not grep mimage_3 out
2012-03-16 17:00:05 +04:00
vgremove -f $vg