From 55056c2d16a6cb6e0ce5b7179d62d4dc28cd790d Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Thu, 21 Jan 2016 14:47:48 +0100 Subject: vgimportclone: fix VG name variable reference in error message after failed PV uuid change --- scripts/vgimportclone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vgimportclone.sh b/scripts/vgimportclone.sh index 86efeb40e..d5b62a83a 100755 --- a/scripts/vgimportclone.sh +++ b/scripts/vgimportclone.sh @@ -291,7 +291,7 @@ while read VGNAME VGEXPORTED VGMISSINGPVCOUNT; do fi "$LVM" pvchange ${LVM_OPTS} ${TEST_OPT} --uuid --config 'global{activation=0}' --select "vg_name=${VGNAME}" - checkvalue $? "Unable to change all PV uuids in VG ${VG_NAME}" + checkvalue $? "Unable to change all PV uuids in VG ${VGNAME}" NEWVGNAME=`getvgname "${OLDVGS}" "${VGNAME}" "${NEWVG}"` -- cgit v1.2.1