Bug 1618970

Summary: abrt happens whenever try to create a fcoe instance on NICs( ixgbe and bnx2fc)
Product: [Fedora] Fedora Reporter: lnie <lnie>
Component: fcoe-utilsAssignee: Chris Leech <cleech>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 29CC: cleech
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: 2018-08-19 09:59:22 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:
Attachments:
Description Flags
journal
none
abrt dump none

Description lnie 2018-08-19 03:35:03 UTC
Created attachment 1476845 [details]
journal

Description of problem:
 
 Following is the reproducer commands on the Intel server,abrt always happens
 after run "systemctl fcoe restart" command:

  systemctl start lldpad 
  ifconfig ens2f0 down
  ifconfig ens2f0 up
  dcbtool sc ens2f0 dcb on
  dcbtool sc ens2f0 pfc e:1 a:1 w:1
  dcbtool sc ens2f0 app:fcoe e:1 a:1 w:1
  cp -f /etc/fcoe/cfg-ethx /etc/fcoe/cfg-ens2f0
 sed -i -e 's/\(MODE=.*\)$/MODE=\"%s\"/' /etc/fcoe/cfg-%s" % (fabric, ens2f0)
 sed -i -e 's/ONBOOT.*/ONBOOT=\"yes\"/' /etc/sysconfig/network-scripts/ifcfg-%s" % ens2f0
 systemctl restart lldpad 
 systemctl restart fcoe 


Version-Release number of selected component (if applicable):
kernel-4.18.0-0.rc8.git2.1.fc29.x86_64
fcoe-utils-1.0.32-6.fc29.x86_64

How reproducible:
always 

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 lnie 2018-08-19 03:37:03 UTC
Created attachment 1476846 [details]
abrt dump

Comment 2 lnie 2018-08-19 09:59:22 UTC
Didn't see this crash any more after upgrade to kernel-4.18.1-300.fc29.x86_64,closing