summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmchooser/files/run-virt.sh
diff options
context:
space:
mode:
authorMichael Janczyk2010-06-04 15:03:10 +0200
committerMichael Janczyk2010-06-04 15:03:10 +0200
commitffbf58a3401a314cd38ef99d0d16602046fb6810 (patch)
tree6b1043c30b5d16b1f328fd44dd342bb103efbe95 /os-plugins/plugins/vmchooser/files/run-virt.sh
parentfixes apt, ../archives/partial directry required (diff)
downloadcore-ffbf58a3401a314cd38ef99d0d16602046fb6810.tar.gz
core-ffbf58a3401a314cd38ef99d0d16602046fb6810.tar.xz
core-ffbf58a3401a314cd38ef99d0d16602046fb6810.zip
nice level, more host infos in virtualization.conf, copy to share dir in vmgrid
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}