mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-26 02:24:21 +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"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user