Bug 8982 - [Anolis23.1 GA][Beta][vhd]kdump启动失败
Summary: [Anolis23.1 GA][Beta][vhd]kdump启动失败
Status: CLOSED FIXED
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: Images&Installations (show other bugs) Images&Installations
Version: 23.1
Hardware: All Linux
: P2-High S2-major
Target Milestone: ---
Assignee: gaochang
QA Contact:
URL:
Whiteboard:
Keywords: Function
Depends on:
Blocks:
 
Reported: 2024-05-10 11:05 UTC by gitpush
Modified: 2024-05-21 15:39 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gitpush alibaba_cloud_group 2024-05-10 11:05:18 UTC
环境:
[root@localhost ~]# cat /etc/os-release
NAME="Anolis OS"
VERSION="23"
ID="anolis"
VERSION_ID="23"
PLATFORM_ID="platform:an23"
PRETTY_NAME="Anolis OS 23"
ANSI_COLOR="0;31"
HOME_URL="https://openanolis.cn/"
BUG_REPORT_URL="https://bugzilla.openanolis.cn/"

执行过程:
先查询
systemctl list-units | grep kdump
发现没启动,手动启动
systemctl start kdump.service
systemctl status kdump.service

kdump.service - Crash recovery kernel arming
     Loaded: loaded (/usr/lib/systemd/system/kdump.service; enabled; preset: enabled)
     Active: inactive (dead)
  Condition: start condition unmet at Thu 2024-05-09 02:39:50 EDT; 5s ago
             └─ ConditionKernelCommandLine=crashkernel was not met

May 08 23:31:07 localhost.localdomain systemd[1]: kdump.service - Crash recovery kernel arming was skipped because of an unmet condition check (ConditionKernelCommandLine=crashkernel).
May 09 02:39:50 localhost.localdomain systemd[1]: kdump.service - Crash recovery kernel arming was skipped because of an unmet condition check (ConditionKernelCommandLine=crashkernel).

错误日志指出 kdump.service 没有启动,因为启动条件 ConditionKernelCommandLine=crashkernel 没有满足
Comment 1 yunmeng365524 2024-05-10 15:10:21 UTC
kdump是关键服务,请帮忙确认。