From 14f6f1c88051a66bda549aaf656960e5d4a95b52 Mon Sep 17 00:00:00 2001 From: Jaime Melis Date: Thu, 28 Jun 2012 16:45:21 +0200 Subject: [PATCH] Feature #1254: fix small clone typos --- src/tm_mad/iscsi/clone | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tm_mad/iscsi/clone b/src/tm_mad/iscsi/clone index b0f827830c..384eb7379c 100755 --- a/src/tm_mad/iscsi/clone +++ b/src/tm_mad/iscsi/clone @@ -55,7 +55,7 @@ DST_DIR=`dirname $DST_PATH` #------------------------------------------------------------------------------- IQN=$SRC -NEW_IQN=$IQN-$VM_ID +NEW_IQN=$IQN-$VMID VG_NAME=`echo $TARGET|$AWK -F. '{print $(NF-1)}'` LV_NAME=`echo $TARGET|$AWK -F. '{print $(NF)}'` @@ -76,7 +76,7 @@ CLONE_CMD=$(cat <