Bug 4245 - [anolis8.8-5.10][x86]vhd镜像 anolisos8.8_x64_anck_dengbao镜像没有megaraid_sas模块
Summary: [anolis8.8-5.10][x86]vhd镜像 anolisos8.8_x64_anck_dengbao镜像没有megaraid_sas模块
Status: RESOLVED FIXED
Alias: None
Product: Anolis OS 8
Classification: Anolis OS
Component: Images&Installations (show other bugs) Images&Installations
Version: 8.8
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: gaochang
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-28 10:53 UTC by liuyaqing
Modified: 2023-03-16 16:08 UTC (History)
1 user (show)

See Also:


Attachments
moudle没有megaraid_sas模块 (8.05 MB, image/bmp)
2023-02-28 10:53 UTC, liuyaqing
Details

Note You need to log in before you can comment on or make changes to this bug.
Description liuyaqing alibaba_cloud_group 2023-02-28 10:53:31 UTC
Created attachment 656 [details]
moudle没有megaraid_sas模块

Description of problem:
月度镜像anolisos_8_8_x64_20G_anck_dengbao_alibase_20230220.vhd在执行ModuleTest用例时报没有megaraid_sas模块的错误,其他镜像没有这个问题,错误截图见附件

Version-Release number of selected component (if applicable):
5.10.134-13.an8.x86_64

How reproducible:
必现

Steps to Reproduce:
1.使用该镜像拉起实例,之后执行镜像冒烟测试,ModuleTest用例执行失败
2.手动再次执行avocado run tc_moudle_func_001.py -m ../../hosts.yaml,结果依旧失败

Actual results:
ModuleTest用例执行失败,megaraid_sas模块不存在

Expected results:
ModuleTest用例执行成功

Additional info:
Comment 1 chuyang_94 alibaba_cloud_group 2023-02-28 14:15:40 UTC
测试系统已安装驱动  仅dengbao镜像缺少megaraid_sas驱动  帮忙看下
Comment 2 GuixinLiu alibaba_cloud_group 2023-03-16 15:14:22 UTC
[root@iZbp1e3o064m0fobs34wiwZ ~]# rpm -qa | grep kernel
kernel-core-5.10.134-13.an8.x86_64
kernel-tools-libs-5.10.134-13.an8.x86_64
kernel-headers-5.10.134-13.an8.x86_64
kernel-tools-5.10.134-13.an8.x86_64
kernel-devel-5.10.134-13.an8.x86_64

megaraid_sas模块在kernel-modules包里,需要安装了kernel-moduels才有该模块
Comment 3 liuyaqing alibaba_cloud_group 2023-03-16 16:08:30 UTC
dengbao镜像在执行yum install kernel-modules kernel-modules-extra -y后,存在megaraid_sas驱动