Bug 3245 - [Anolis8 5.10.134-12.2][aarch64]安装fcoe-utils包,enable和start fcoe.service服务后,服务启动失败
Summary: [Anolis8 5.10.134-12.2][aarch64]安装fcoe-utils包,enable和start fcoe.service服务后,服务...
Status: NEW
Alias: None
Product: Anolis OS 8
Classification: Anolis OS
Component: kernel - anck-5.10 (show other bugs) kernel - anck-5.10
Version: 8.6
Hardware: All Linux
: P2-High S2-major
Target Milestone: ---
Assignee: Jacob
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-23 17:13 UTC by yunhe123
Modified: 2022-11-30 11:46 UTC (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yunhe123 alibaba_cloud_group 2022-11-23 17:13:39 UTC
Description of problem:
安装fcoe-utils包,enable和start fcoe.service服务后,服务无法启动,失败日志如下:
[root@j66e03480 ~]# systemctl start fcoe.service
Job for fcoe.service failed because the control process exited with error code.
See "systemctl status fcoe.service" and "journalctl -xe" for details.
[root@j66e03480 ~]# systemctl status fcoe.service
● fcoe.service - Open-FCoE Inititator.
   Loaded: loaded (/usr/lib/systemd/system/fcoe.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Wed 2022-11-23 17:05:38 CST; 3s ago
  Process: 3518 ExecStartPre=/sbin/modprobe -qa $SUPPORTED_DRIVERS (code=exited, status=1/FAILURE)

Nov 23 17:05:38 j66e03480.sqa.eu95 systemd[1]: Starting Open-FCoE Inititator....
Nov 23 17:05:38 j66e03480.sqa.eu95 systemd[1]: fcoe.service: Control process exited, code=exited status=1
Nov 23 17:05:38 j66e03480.sqa.eu95 systemd[1]: fcoe.service: Failed with result 'exit-code'.
Nov 23 17:05:38 j66e03480.sqa.eu95 systemd[1]: Failed to start Open-FCoE Inititator..


Version-Release number of selected component (if applicable):
rpm -qa |grep fcoe
fcoe-utils-1.0.33-4.git848bcc6

内核信息
uname -r
5.10.134-12.2.an8.aarch64

内存信息:
free -g
              total        used        free      shared  buff/cache   available
Mem:            502           2         499           0           0         497
Swap:             1           0           1

cpu信息:
lscpu
Architecture:        aarch64
Byte Order:          Little Endian
CPU(s):              128
On-line CPU(s) list: 0-127
Thread(s) per core:  1
Core(s) per socket:  64
Socket(s):           2
NUMA node(s):        4
Vendor ID:           HiSilicon
BIOS Vendor ID:      HiSilicon
Model:               0
Model name:          Kunpeng-920
BIOS Model name:     Kunpeng 920-6426
Stepping:            0x1
CPU max MHz:         2600.0000
CPU min MHz:         200.0000
BogoMIPS:            200.00
L1d cache:           64K
L1i cache:           64K
L2 cache:            512K
L3 cache:            32768K
NUMA node0 CPU(s):   0-31
NUMA node1 CPU(s):   32-63
NUMA node2 CPU(s):   64-95
NUMA node3 CPU(s):   96-127
Flags:               fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma dcpop asimddp asimdfhm


How reproducible:
必现

Steps to Reproduce:
1.yum intsall -y fcoe-utils
2.systemctl enable fcoe.service
3.systemctl start fcoe.service

Actual results:
fcoe.service服务启动失败

Expected results:
服务正常启动

Additional info: