mcstop+release.sh: Allow ihkmond to flush kmsg buffer

This commit is contained in:
Masamichi Takagi
2017-11-20 18:27:38 +09:00
parent 35f908b75c
commit 66f44e77af

View File

@ -48,6 +48,9 @@ if ls /dev/mcos* 1>/dev/null 2>&1; then
done
fi
# Allow ihkmond to flush kmsg buffer
sleep 2.0
# Query IHK-SMP resources and release them
if ! ${SBINDIR}/ihkconfig 0 query cpu > /dev/null; then
echo "error: querying cpus" >&2