Bug 86 - 成功不成功
Summary: 成功不成功
Status: CONFIRMED
Alias: None
Product: Testfarm
Classification: Infrastructures
Component: 数据同步 (show other bugs) 数据同步
Version: v1.0.1
Hardware: All Mac OS
: P1-Urgent S1-blocker
Target Milestone: ---
Assignee: HFD
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-20 14:54 UTC by zhang_zhang
Modified: 2021-12-23 16:10 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description shanxifanshi alibaba_cloud_group 2021-12-15 17:06:01 UTC
[缺陷描述]:
使用iso安装龙芯系统后,无以下内核配置参数:
hardlockup_panic、softlockup_panic、watchdog_thresh、hung_task_timeout_secs、
hung_task_timeout_secs

查询softlockup_panic等内核参数,发现相关文件不存在:
[root@localhost ~]# ll  /proc/sys/kernel/hardlockup_panic
ls: cannot access '/proc/sys/kernel/hardlockup_panic': No such file or directory
[root@localhost ~]# ll /proc/sys/kernel/softlockup_panic
ls: cannot access '/proc/sys/kernel/softlockup_panic': No such file or directory
[root@localhost ~]# find / -name 'softlockup_panic'
find: ‘/proc/1300/task/1300/net’: Invalid argument
find: ‘/proc/1300/net’: Invalid argument
[root@localhost ~]# ll /proc/sys/kernel/watchdog_thresh
ls: cannot access '/proc/sys/kernel/watchdog_thresh': No such file or directory
[root@localhost ~]# ll /proc/sys/kernel/hung_task_timeout_secs
ls: cannot access '/proc/sys/kernel/hung_task_timeout_secs': No such file or directory
[root@localhost ~]# ll /proc/sys/kernel/hung_task_timeout_secs
ls: cannot access '/proc/sys/kernel/hung_task_panic': No such file or directory

系统镜像:
http://8.131.87.1/kojifiles/output/an-8-loongarch64-RC1/compose/BaseOS/loongarch64/iso/


内核信息:
# uname -r
4.19.190-3.an8.loongarch64

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

cpu信息:
# lscpu
Architecture:        loongarch64
Byte Order:          Little Endian
CPU(s):              4
On-line CPU(s) list: 0-3
Thread(s) per core:  1
Core(s) per socket:  4
Socket(s):           1
NUMA node(s):        1
CPU family:          Loongson-64bit
Model name:          Loongson-3A5000LL
BogoMIPS:            4600.00
L1d cache:           64K
L1i cache:           64K
L2 cache:            256K
L3 cache:            16384K
NUMA node0 CPU(s):   0-3
Flags:               cpucfg lam ual fpu lsx lasx complex crypto lvz lbt_x86 lbt_arm lbt_mips

内存信息:
# free -h
              total        used        free      shared  buff/cache   available
Mem:           15Gi       1.3Gi       2.7Gi        18Mi        11Gi        12Gi
Swap:         7.9Gi       1.0Mi       7.9Gi

[期望结果]:
系统中存在softlockup_panic等常见内核配置参数

[实际结果]:
系统中不存在softlockup_panic等常见内核配置参数
Comment 1 zhang_zhang admin 2021-12-20 14:54:30 UTC
成功不成功
Comment 2 streamlet_hy loongson_group 2021-12-22 10:18:19 UTC
这个问题和84看起来是同一个问题,是因为内核选项中默认没有开启这几项。