Bug 1892635
Summary: | fcoe failed to start | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | lnie <lnie> |
Component: | fcoe-utils | Assignee: | Chris Leech <cleech> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | urgent | ||
Version: | rawhide | CC: | cleech, vtrefny |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-02-08 02:21:47 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
lnie
2020-10-29 11:14:16 UTC
New update: I have checked Fedora-Rawhide-20201229.n.0(fcoe-utils-1.0.33-2.gitfe376de.fc34.x86_64), fcoe service could be started successfully afterI manually change the ExecStart line in /usr/lib/systemd/system/fcoe.service to ExecStart=/usr/sbin/fcoemon -l [root@storageqe-16 libsan]# systemctl status fcoe ● fcoe.service - Open-FCoE Inititator. Loaded: loaded (/usr/lib/systemd/system/fcoe.service; disabled; vendor preset: disabled) Active: active (running) since Wed 2020-12-30 08:04:22 EST; 8min ago Process: 881 ExecStartPre=/sbin/modprobe -qa $SUPPORTED_DRIVERS (code=exited, status=0/SUCCESS) Process: 882 ExecStart=/usr/sbin/fcoemon -l (code=exited, status=0/SUCCESS) Main PID: 883 (fcoemon) Tasks: 1 (limit: 9294) Memory: 240.0K CPU: 231ms CGroup: /system.slice/fcoe.service └─883 /usr/sbin/fcoemon -l And fcoe instance can be created successfully: [root@storageqe-16 libsan]# fcoeadm -i Description: NetXtreme II BCM57810 10 Gigabit Ethernet Revision: 10 Manufacturer: Broadcom Inc. and subsidiaries Serial Number: 001018AD40C0 Driver: bnx2x Unknown Number of Ports: 1 Symbolic Name: bnx2fc (QLogic BCM57810) v2.12.13 over ens2f0.802-fcoe OS Device Name: host1 Node Name: 0x2000001018ad40c1 Port Name: 0x2001001018ad40c1 Fabric Name: 0x2322000573b27f01 Speed: 10 Gbit Supported Speed: 1 Gbit, 10 Gbit MaxFrameSize: 2048 bytes FC-ID (Port ID): 0x750081 State: Online This bug prevents fedora installation on fcoe servers(#1882893),which is a fedora blocker. Would you please have a look,and fix this?Thanks. I thought the problem is systemd failed to load the EnvironmentFile specified in fcoe.service,but it's not, as fcoe-utils-1.0.32 works well on the same environment,where fcoe-utils-1.0.33 failed to work. This bug is fixed in fcoe-utils-1.0.33-5.git848bcc6.fc34,thanks cleech for the new build |