diff --git a/engine/bootstrap b/engine/bootstrap index 7c401ba3..f6e7e359 100755 --- a/engine/bootstrap +++ b/engine/bootstrap @@ -268,6 +268,9 @@ if [ "${cpu_partitioning}" == "1" ]; then taskset --cpu-list --pid ${HK_CPUS} $$ else echo "Disabled" + echo + echo "Since cpu-partitioning is disabled, logging the allowed runnable CPUs here for informational purposes:" + grep Cpus_allowed_list /proc/self/status fi echo