]> sourceware.org Git - lvm2.git/commitdiff
vgimportclone: fix VG name variable reference in error message after failed PV uuid...
authorPeter Rajnoha <prajnoha@redhat.com>
Thu, 21 Jan 2016 13:47:48 +0000 (14:47 +0100)
committerPeter Rajnoha <prajnoha@redhat.com>
Thu, 21 Jan 2016 13:47:48 +0000 (14:47 +0100)
scripts/vgimportclone.sh

index 86efeb40ed53a9ba6485074271cfe571fa7133e5..d5b62a83aef95ca00d8403ccf3b4f681194ccfaa 100755 (executable)
@@ -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}"`
 
This page took 0.042491 seconds and 5 git commands to generate.