Skip to content

Commit

Permalink
CP-50546: Remove collecting chkconfig --list
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
liulinC committed Nov 25, 2024
1 parent d3b022a commit 3a01a17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xen-bugtool
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ ARPTABLES = 'arptables'
BIN_STATIC_VDIS = 'static-vdis'
BIOSDEVNAME = 'biosdevname'
BRCTL = 'brctl'
CHKCONFIG = 'chkconfig'
CHRONYC = 'chronyc'
DCBTOOL = 'dcbtool'
DF = 'df'
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 3a01a17

Please sign in to comment.