mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-30 17:22:33 +00:00
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:
parent
30f9776e60
commit
7266d31813
@ -343,6 +343,7 @@ show_container_mgr_details()
|
|||||||
subheading "crio"
|
subheading "crio"
|
||||||
run_cmd_and_show_quoted_output "" "crio --version"
|
run_cmd_and_show_quoted_output "" "crio --version"
|
||||||
run_cmd_and_show_quoted_output "" "systemctl show crio"
|
run_cmd_and_show_quoted_output "" "systemctl show crio"
|
||||||
|
run_cmd_and_show_quoted_output "" "cat /etc/crio/crio.conf"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
separator
|
separator
|
||||||
|
Loading…
Reference in New Issue
Block a user