From 3a01a17ec6e6d6cb2bc7b2581d39267993335487 Mon Sep 17 00:00:00 2001 From: Lin Liu Date: Mon, 25 Nov 2024 06:46:24 +0000 Subject: [PATCH] CP-50546: Remove collecting `chkconfig --list` All initscripts services are migrated to systemd and initscripts family will be removed from dom0. Just remove `chkconfig --list' from the reporting, and the services status are collecting by `systemctl status` Signed-off-by: Lin Liu --- xen-bugtool | 2 -- 1 file changed, 2 deletions(-) diff --git a/xen-bugtool b/xen-bugtool index f4a1266..0761a61 100755 --- a/xen-bugtool +++ b/xen-bugtool @@ -266,7 +266,6 @@ ARPTABLES = 'arptables' BIN_STATIC_VDIS = 'static-vdis' BIOSDEVNAME = 'biosdevname' BRCTL = 'brctl' -CHKCONFIG = 'chkconfig' CHRONYC = 'chronyc' DCBTOOL = 'dcbtool' DF = 'df' @@ -1186,7 +1185,6 @@ exclude those logs from the archive. cmd_output(CAP_SYSTEM_LOGS, [DMESG]) file_output(CAP_SYSTEM_LOGS, [LWIDENTITY_JOIN_LOG, HOSTS_LWIDENTITY_ORIG]) - cmd_output(CAP_SYSTEM_SERVICES, [CHKCONFIG, '--list']) cmd_output(CAP_SYSTEM_SERVICES, [SYSTEMCTL, 'status']) #file_output(CAP_TAPDISK_LOGS,