summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorMichael Janczyk2010-04-13 22:11:50 +0200
committerMichael Janczyk2010-04-13 22:11:50 +0200
commitcfbb249b0d2eae4e9fcef571b316f1a552d4b8f6 (patch)
tree87decdc57aa971bd8e89dff09fc9e28979a307df /os-plugins
parentvirtualization plugin, now with calculation of mem, run-vmgrid and run-virt u... (diff)
downloadcore-cfbb249b0d2eae4e9fcef571b316f1a552d4b8f6.tar.gz
core-cfbb249b0d2eae4e9fcef571b316f1a552d4b8f6.tar.xz
core-cfbb249b0d2eae4e9fcef571b316f1a552d4b8f6.zip
disable audio when using vmgrid
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/vmgrid/OpenSLX/OSPlugin/vmgrid.pm26
-rw-r--r--os-plugins/plugins/vmgrid/files/run-vmgrid.sh1
-rw-r--r--os-plugins/plugins/vmgrid/files/vmgrid23
3 files changed, 31 insertions, 19 deletions
diff --git a/os-plugins/plugins/vmgrid/OpenSLX/OSPlugin/vmgrid.pm b/os-plugins/plugins/vmgrid/OpenSLX/OSPlugin/vmgrid.pm
index d73e0720..401a2151 100644
--- a/os-plugins/plugins/vmgrid/OpenSLX/OSPlugin/vmgrid.pm
+++ b/os-plugins/plugins/vmgrid/OpenSLX/OSPlugin/vmgrid.pm
@@ -133,7 +133,7 @@ sub getAttrInfo
content_descr => 'name of xml file e.g. scilin-5.4-wn(.xml)',
default => undef,
},
- 'vmgrid::hvm' => {
+ 'vmgrid::vt' => {
applies_to_systems => 1,
applies_to_clients => 1,
description => unshiftHereDoc(<<' End-of-Here'),
@@ -249,7 +249,7 @@ sub _writeRunlevelScript
my $self = shift;
my $initfile = newInitFile();
- $initfile->setName("vmgrid-slx");
+ $initfile->setName("vmgrid");
$initfile->setDesc("Setup environment for vmgrid. Part of OpenSLX vmgrid plugin.");
# todo: Function need to be formated proper... not important right now
@@ -258,16 +258,16 @@ sub _writeRunlevelScript
# 'lsmod | grep -q "$1[^_-]"'
#);
- # Is a VM running?
- my $runningvms = unshiftHereDoc(<<' End-of-Here');
- if [ -e /tmp/vmgrid/vmgrid.pids ]; then
- for pid in $(cat /tmp/vmgrid/vmgrid.pids); do
- if ps aux | grep " ${pid} " | grep vmgrid; then
- echo "Running: ${pid}"
- fi
- done
- fi
- End-of-Here
+# # Is a VM running?
+# my $runningvms = unshiftHereDoc(<<' End-of-Here');
+# if [ -e /tmp/vmgrid/vmgrid.pids ]; then
+# for pid in $(cat /tmp/vmgrid/vmgrid.pids); do
+# if ps aux | grep " ${pid} " | grep vmgrid; then
+# echo "Running: ${pid}"
+# fi
+# done
+# fi
+# End-of-Here
# Kill all VMS!
my $killvms = unshiftHereDoc(<<' End-of-Here');
@@ -312,7 +312,7 @@ sub _writeRunlevelScript
'stop && start'
);
- # get distro version
+# # get distro version
# my $distro = (split('-',$self->{'os-plugin-engine'}->distroName()))[0];
# my $runlevelscript = getInitFileForDistro($initfile, $distro);
#
diff --git a/os-plugins/plugins/vmgrid/files/run-vmgrid.sh b/os-plugins/plugins/vmgrid/files/run-vmgrid.sh
index 1501749e..a684310b 100644
--- a/os-plugins/plugins/vmgrid/files/run-vmgrid.sh
+++ b/os-plugins/plugins/vmgrid/files/run-vmgrid.sh
@@ -331,6 +331,7 @@ macaddr=$(echo "${macguestpart}:${machostpart}" | tr [a-z] [A-Z])
ide="TRUE"
scsi="FALSE"
hddrv="ide"
+audio="false"
# add rw share
sharepath="${vmgrid_rwmnt}/folders/${vm_shortname}"
diff --git a/os-plugins/plugins/vmgrid/files/vmgrid b/os-plugins/plugins/vmgrid/files/vmgrid
index d8ccd938..3b6713b8 100644
--- a/os-plugins/plugins/vmgrid/files/vmgrid
+++ b/os-plugins/plugins/vmgrid/files/vmgrid
@@ -57,9 +57,9 @@ writelog () {
# write to stdout
echo -e "$1"
# log into file
- echo -e "$1" >> ${OPENSLX_DEFAULT_LOGDIR}/run-vmgrid.${USER}.$$.log
+ echo -e "$1" >> ${OPENSLX_DEFAULT_LOGDIR}/vmgrid.${USER}.$$.log
# log into share dir, so that log is available in vm as well
- echo -e "$1" >> ${vmgrid_rwmnt}/logs/run-vmgrid.${USER}.$$.log
+ echo -e "$1" >> ${vmgrid_rwmnt}/logs/vmgrid.${USER}.$$.log
}
################################################################################
@@ -71,7 +71,13 @@ mkdir -m 1777 -p ${vmgrid_rwmnt}/logs
mkdir -m 1777 -p /tmp/vmgrid
mkdir -p /tmp/vmgrid/${USER}
echo "Starting to log at $(date)" \
- >${vmgrid_rwmnt}/logs/run-vmgrid.${USER}.$$.log
+ >${vmgrid_rwmnt}/logs/vmgrid.${USER}.$$.log
+
+if [ -z "${hostratio}" ]; then
+ writelog "There has been an error in the memory configuration in stage 3"
+ writelog "Please check your memory ratio settings, exiting!"
+ exit 1
+fi
if [ -z "${hostratio}" ]; then
writelog "There has been an error in the memory configuration in stage 3"
@@ -111,7 +117,7 @@ for i in {1..4}; do
# calculate VMs mem: mem = $freemem * $vmratio/100 * 100/$restratio
# multiple of 4
vmmem[$i]=$(expr ${freemem} \* ${vmratio[$i]} / ${restratio} / 4 \* 4 \
- 2>/dev/null)
+ 2>/dev/null)
if [ -n "${vm[$i]}" ] && [ ${vmmem[$i]} -lt 512 2>/dev/null ]; then
writelog "Not enough free RAM for ${vm[$i]} (min. 512 MB), \c"
writelog "free: ${vmmem[$i]} MB"
@@ -126,8 +132,13 @@ done
# start vms
for i in {1..4}; do
if [ -n "${vm[$i]}" ]; then
- alreadyrunning=$(ps aux | grep run-vmgrid.sh | grep -v grep | \
- grep "${vm[$i]}" | wc -l)
+ alreadyrunning=$(ps aux | grep run-vmgrid.sh | grep -v grep \
+ | grep "${vm[$i]}" | wc -l)
+ # if Xen use different method
+ if [ "${vmgrid_virt}" = "xen" ]; then
+ alreadyrunning=$(xm list 2>/dev/null | grep -vE "Domain-0|Name.*ID" \
+ | grep "${vm[$i]}-0.$" | wc -l)
+ fi
if [ ${alreadyrunning} -gt 0 2>/dev/null ]; then
writelog "${vm[$i]} already running, skipping!"
else