查看问题详情

编号项目分类查看权限最后更新
0000065Anolis OS 8- cloud kernel 4.19public2021-06-07 11:24
报告员wb-wpp899309 分派给geliwei-ali  
优先级normal严重性minor出现频率always
状态 assigned处理状况open 
平台x86_64操作系统Anolis OS操作系统版本8
目标版本8.2 正式版 
标题0000065: [Anolis 8.2-RC2-4.19-x86]设置crashkernel=256M或者512M,echo c >/proc/sysrq-trigger,系统不能正常启动
描述[缺陷描述]:
设置crashkernel=256M或者512M,echo c >/proc/sysrq-trigger,系统不能正常启动

[重现概率]
必现

[重现环境]
内核信息:
# uname -r
4.19.91-23.1.an8.x86_64

# lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 2
Core(s) per socket: 1
Socket(s): 2
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 85
Model name: Intel(R) Xeon(R) Platinum 8269CY CPU @ 2.50GHz
Stepping: 7
CPU MHz: 2500.000
BogoMIPS: 5000.00
Hypervisor vendor: KVM
Virtualization type: full
L1d cache: 32K
L1i cache: 32K
L2 cache: 1024K
L3 cache: 36608K
NUMA node0 CPU(s): 0-3
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid tsc_known_freq pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch cpuid_fault invpcid_single pti ibrs ibpb stibp fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx avx512f avx512dq rdseed adx smap avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves avx512_vnni

操作系统信息:
# cat /etc/os-release
NAME="Anolis OS"
VERSION="8.2"
ID="anolis"
ID_LIKE="rhel fedora centos"
VERSION_ID="8.2"
PLATFORM_ID="platform:an8"
PRETTY_NAME="Anolis OS 8.2"
ANSI_COLOR="0;31"
HOME_URL="https://openanolis.cn/"

# cat /proc/sys/kernel/panic
1

[重现步骤]:
1、安装依赖包
 yum -y install crash kexec-tools
 systemctl restart kdump
需要安装配套的kernel-debuginfo和kernel-debuginfo-common包
2、修改crashkernel的值
vi /etc/default/grub 修改为指定的值
crashkernel=0M-2G:0M,2G-8G:192M,8G-:256M或者512M
grub2-mkconfig -o /boot/grub2/grub.cfg
shutdown -r now
3、触发异常
echo c >/proc/sysrq-trigger
4、检查系统是否正常启动
5、检查crash解析vmcore是否正常

[期望结果]:
触发异常后,系统能正常启动,并且正常解析vmcore

[实际结果]:
触发异常后,系统未正常启动,重启环境,可见vmcore,并可正常解析

[原因定位]:
[修复建议]:
标签8.2GA-210611

活动

wb-wpp899309

2021-04-13 18:28

报告者  

image.png (58,909 字节)   
image.png (58,909 字节)   

wb-wpp899309

2021-04-13 18:34

报告者   ~0000076

1、机器类型为F62M1 Intel(R) Xeon(R) Platinum 8269CY CPU @ 2.50GHz 详情见正文中,重现环境中的lscpu
2、上图图片有问题,请忽略

问题历史

日期 用户名 字段 更改
2021-04-13 18:28 wb-wpp899309 新建问题
2021-04-13 18:28 wb-wpp899309 添加了以下文件:: image.png
2021-04-13 18:34 wb-wpp899309 注释已添加: 0000076
2021-04-15 10:31 jacobwang 分派给 => geliwei-ali
2021-04-15 10:31 jacobwang 状态 新建 => 已分配
2021-04-15 10:31 jacobwang 目标版本 => 8.2 正式版
2021-04-15 10:31 jacobwang 描述已修改
2021-06-07 11:24 cherryliyumei 添加标签: 8.2GA-210611