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 <