summaryrefslogtreecommitdiff
path: root/test/shell/pvmove-lvs.sh
blob: 754f86a17ba8e03e2a83ab0892c63b799cbfde60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#!/usr/bin/env bash

# Copyright (C) 2018 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_description="ensure pvmove works with lvs"
SKIP_WITH_LVMLOCKD=1

. lib/inittest

aux throttle_dm_mirror || skip

aux prepare_vg 5 180

lvcreate -aey -L30 -n $lv1 $vg "$dev1"
lvextend -L+30 $vg/$lv1 "$dev2"
lvextend -L+30 $vg/$lv1 "$dev1"
lvextend -L+30 $vg/$lv1 "$dev2"
lvextend -L+30 $vg/$lv1 "$dev1"

pvmove -b "$dev1" "$dev5" 2>&1 | tee out

#lvchange -an $vg/$lv1
lvs -a $vg

pvmove --abort

lvremove -ff $vg