scripts: Log crio config file in collect script

Add details of the crio config to the data collection script.

Partially fixes #1349.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2019-03-11 14:16:02 +00:00
parent 30f9776e60
commit 7266d31813

View File

@ -343,6 +343,7 @@ show_container_mgr_details()
subheading "crio"
run_cmd_and_show_quoted_output "" "crio --version"
run_cmd_and_show_quoted_output "" "systemctl show crio"
run_cmd_and_show_quoted_output "" "cat /etc/crio/crio.conf"
fi
separator