summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmchooser/files/run-virt.sh
diff options
context:
space:
mode:
authorMichael Janczyk2010-05-26 22:59:18 +0200
committerMichael Janczyk2010-05-26 22:59:18 +0200
commit3254c82af147c5ccbd06fbd225ff1988af699f0e (patch)
treed45bde9a707533cd741cf174abdd26c20ddd8d58 /os-plugins/plugins/vmchooser/files/run-virt.sh
parentnice level added to vmgrid (diff)
downloadcore-3254c82af147c5ccbd06fbd225ff1988af699f0e.tar.gz
core-3254c82af147c5ccbd06fbd225ff1988af699f0e.tar.xz
core-3254c82af147c5ccbd06fbd225ff1988af699f0e.zip
host.conf stuff added
Diffstat (limited to 'os-plugins/plugins/vmchooser/files/run-virt.sh')
-rw-r--r--os-plugins/plugins/vmchooser/files/run-virt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/vmchooser/files/run-virt.sh b/os-plugins/plugins/vmchooser/files/run-virt.sh
index 771ebef4..df2a7404 100644
--- a/os-plugins/plugins/vmchooser/files/run-virt.sh
+++ b/os-plugins/plugins/vmchooser/files/run-virt.sh
@@ -132,7 +132,7 @@ mem=$(expr ${totalmem} / 100 \* ${permem} / 4 \* 4)
# last two bytes are taken from the bridge of the host
# define one MAC per guest
macguestpart="00:50:56:${VM_ID}"
-machostpart=$(echo ${machostaddr} | awk -F ":" '{print $(NF-1)":"$NF}')
+machostpart=$(echo ${hostmacaddr} | awk -F ":" '{print $(NF-1)":"$NF}')
macaddr=$(echo "${macguestpart}:${machostpart}" | tr [a-z] [A-Z])
#TODO: remove when vmware modified
mac=${machostpart}