Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1129574

Summary: fipvlan: fip_recv: error 88 Socket operation on non-socket
Product: Red Hat Enterprise Linux 7 Reporter: Xiaowei Li <xiaoli>
Component: fcoe-utilsAssignee: Chris Leech <cleech>
Status: CLOSED WONTFIX QA Contact: guazhang <guazhang>
Severity: high Docs Contact:
Priority: high    
Version: 7.1CC: cleech, coughlan, guazhang
Target Milestone: rcKeywords: Triaged
Target Release: 7.1   
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: 2020-12-15 07:31:04 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
The installation log of program.log none

Description Xiaowei Li 2014-08-13 08:51:32 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. setup Intel FCoE SAN boot node
2. in anaconda, add FCoE disk
3. select the ethernet NIC and check DCB 

Actual results:
08:42:11,608 INFO blivet: Activating FCoE SAN attached to p1p1, dcb: True autovlan: True
08:42:25,090 DEBUG blivet: Activating FCoE SAN failed: 19 fipvlan: fip_recv: error 88 Socket operation on non-socket
fipvlan: fip_recv: packet socket recv error
fipvlan: fip_recv: error 88 Socket operation on non-socket
fipvlan: fip_recv: packet socket recv error
fipvlan: fip_recv: error 88 Socket operation on non-socket
fipvlan: fip_recv: packet socket recv error
fipvlan: fip_recv: error 88 Socket operation on non-socket
fipvlan: fip_recv: packet socket recv error
fipvlan: fip_recv: error 88 Socket operation on non-socket
fipvlan: fip_recv: packet socket recv error
No Fibre Channel Forwarders or VN2VN Responders Found

Expected results:


Additional info:

Comment 1 Xiaowei Li 2014-08-13 08:52:48 UTC
in RHEL 7.0 the similar issue was fixed in bz1049018. so mark it as regression issue.

Comment 4 Chris Leech 2014-11-18 07:30:12 UTC
fcoe-utils-1.0.29-7.el7 merged an upstream patch that added additional checks around the FIP socket creation.  If for some reason the socket creation fails, it should not continue with these ENOTSOCK errors.

Please retest this with fcoe-utils-1.0.29-7.el7

This is not a regression from 7.0, but rather an addition upstream patch for a more complete fix than was merged for bz1049018

Comment 8 xhe@redhat.com 2015-02-04 03:53:56 UTC
On RHEL-7.1, I could't test with the steps in #c0 due to NEW bug 1183917, it blocks me to add FCoE LUNs with anaconda. 

In additon, the #c0 doesn't describe clear when do I check the result? After step3? In that time, the system has not installed the package of fcoe-utils yet, do you know the additional descriptions about where to check after step3?

Thanks,
Nancy

Comment 9 Chris Leech 2015-02-05 00:14:11 UTC
(In reply to xhe from comment #8)
> On RHEL-7.1, I could't test with the steps in #c0 due to NEW bug 1183917, it
> blocks me to add FCoE LUNs with anaconda. 
> 
> In additon, the #c0 doesn't describe clear when do I check the result? After
> step3? In that time, the system has not installed the package of fcoe-utils
> yet, do you know the additional descriptions about where to check after
> step3?

I believe this is all happening in the installer when setting up the destination storage, before package installation begins.

FCoE discovery fails and these error messages would be in the anaconda program.log

Comment 11 xhe@redhat.com 2015-02-05 09:37:19 UTC
Created attachment 988463 [details]
The installation log of program.log

Comment 12 xhe@redhat.com 2015-02-05 09:43:07 UTC
It doesn't occur on fcoe-utils-1.0.29-7.el7, here is my steps:

1. Select the machine with FCoE bnx2fc, provision system:
   Distro Tree       : RHEL-7.1-20141024.1 Server X86_64
   KickStart MetaData: !ignoredisk manual
   Kernel Option     : vnc

2. Use vncviewer to start the installer with anaconda GUI by manual
   
3. Click INSTALLATION DESTINATION->Add a disk->Add FCoE SAN...
   Select NIC from checkbox
   Select 'Use DCB' and 'Use auto VLAN'
   Click 'Add FCoE Disk(s)' button.

4. Press ^b 2 to use console to check /tmp/program.log 
   [anaconda root@hp-dl388g8-16 ~]# uname -a
   Linux hp-dl388g8-16.rhts.eng.nay.redhat.com 3.10.0-193.el7.x86_64
   [anaconda root@hp-dl388g8-16 ~]# fipvlan -v
   fipvlan version 1.0.29
   [anaconda root@hp-dl388g8-16 ~]# cat /tmp/program.log |grep fipvlan
   18:20:50,996 INFO program: Running... fipvlan -c -s -f -fcoe ens3f0

   I attached program.log in #c11

Thanks,
Nancy

Comment 16 RHEL Program Management 2020-12-15 07:31:04 UTC
After evaluating this issue, there are no plans to address it further or fix it in an upcoming release.  Therefore, it is being closed.  If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened.