1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Display PVs created during tests

This commit is contained in:
Alasdair Kergon 2010-04-06 14:25:07 +00:00
parent deb4382dd0
commit 3a615fa11f

View File

@ -307,6 +307,7 @@ prepare_pvs() {
prepare_vg() {
prepare_pvs "$@"
vgcreate -c n $vg $devs
pvs -v
}
prepare_lvmconf() {