mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-27 10:14:27 +01: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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user