mcstop+release-smp-x86.sh: fix OS instance discovery bug
This commit is contained in:
@ -20,10 +20,12 @@ cpus=""
|
|||||||
if [ "`lsmod | grep ihk_smp_x86`" == "" ]; then exit; fi
|
if [ "`lsmod | grep ihk_smp_x86`" == "" ]; then exit; fi
|
||||||
|
|
||||||
# Destroy all LWK instances
|
# Destroy all LWK instances
|
||||||
|
if ls /dev/mcos* 1>/dev/null 2>&1; then
|
||||||
for i in /dev/mcos*; do
|
for i in /dev/mcos*; do
|
||||||
ind=`echo $i|cut -c10-`;
|
ind=`echo $i|cut -c10-`;
|
||||||
if ! ${SBINDIR}/ihkconfig 0 destroy $ind; then echo "error: destroying LWK instance $ind failed"; exit; fi
|
if ! ${SBINDIR}/ihkconfig 0 destroy $ind; then echo "error: destroying LWK instance $ind failed"; exit; fi
|
||||||
done
|
done
|
||||||
|
fi
|
||||||
|
|
||||||
# Query IHK-SMP resources and release them
|
# Query IHK-SMP resources and release them
|
||||||
if ! ${SBINDIR}/ihkconfig 0 query cpu > /dev/null; then echo "error: querying cpus"; exit; fi
|
if ! ${SBINDIR}/ihkconfig 0 query cpu > /dev/null; then echo "error: querying cpus"; exit; fi
|
||||||
|
|||||||
Reference in New Issue
Block a user