1# Copyright (C) 2008 Red Hat, Inc. All rights reserved.
2#
3# This copyrighted material is made available to anyone wishing to use,
4# modify, copy, or redistribute it subject to the terms and conditions
5# of the GNU General Public License v.2.
6#
7# You should have received a copy of the GNU General Public License
8# along with this program; if not, write to the Free Software Foundation,
9# Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
10
11. ./test-utils.sh
12
13aux prepare_pvs 5
14
15vgcreate $vg1 $dev1
16vgcreate $vg2 $dev3
17
18disable_dev $dev1
19pvscan
20vgcreate $vg1 $dev2
21enable_dev $dev1
22pvs
23pvs
24