Bug 1017151

Summary: [RHEV-H 6.5] do not turn fcoe service on by default
Product: Red Hat Enterprise Linux 6 Reporter: Martin Pavlik <mpavlik>
Component: ovirt-nodeAssignee: Fabian Deutsch <fdeutsch>
Status: CLOSED DUPLICATE QA Contact: Martin Pavlik <mpavlik>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.5CC: acathrow, bsarathy, cshao, gklein, gouyang, hadong, huiwa, iheim, jboggs, leiwang, lsong, mburns, ovirt-maint, yaniwang, ycui, yeylon
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: network
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-09 17:17:57 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
sos_reoprt_from_node none

Description Martin Pavlik 2013-10-09 10:49:56 UTC
Created attachment 809843 [details]
sos_reoprt_from_node

Description of problem:

host is not supposed to use fcoe, however it has fcoe service on by default 

[root@dell-r210ii-05 ~]# chkconfig --list | grep fcoe
fcoe           	0:off	1:off	2:on	3:on	4:on	5:on	6:off

console and /var/log/messgaes is flooded by fcoe error messages

Oct  9 10:39:45 dell-r210ii-05 fcoemon: error 111 Connection refused
Oct  9 10:39:45 dell-r210ii-05 fcoemon: Failed to connect to lldpad
Oct  9 10:39:55 dell-r210ii-05 fcoemon: error 111 Connection refused
Oct  9 10:39:55 dell-r210ii-05 fcoemon: Failed to connect to lldpad


Version-Release number of selected component (if applicable):
[root@dell-r210ii-05 ~]# cat /etc/redhat-release 
Red Hat Enterprise Virtualization Hypervisor release 6.5 (20130918.0.el6)


How reproducible:
100%

Steps to Reproduce:
1.install RHEV-H (20130918.0.el6) 

Actual results:
fcoe service on by default

Expected results:
fcoe service off by default

Additional info:
[root@dell-r210ii-07 ~]# cat /etc/redhat-release 
Red Hat Enterprise Virtualization Hypervisor release 6.4 (20131003.0.el6)
does not have fcoe-utils-1.0.28-2.el6.x86_64 package at all

Comment 1 Mike Burns 2013-10-09 17:17:57 UTC
Fixed by patch:  http://gerrit.virt.bos.redhat.com/gerrit/#/c/743/

(In reply to Martin Pavlik from comment #0)

> Actual results:
> fcoe service on by default
> 
> Expected results:
> fcoe service off by default

Why should it be off by default.  It should start correctly, yes, but it shouldn't be off by default unless we provide a method to enable it, which we don't.

> 
> Additional info:
> [root@dell-r210ii-07 ~]# cat /etc/redhat-release 
> Red Hat Enterprise Virtualization Hypervisor release 6.4 (20131003.0.el6)
> does not have fcoe-utils-1.0.28-2.el6.x86_64 package at all

Correct.  This was added upstream and is requested for EL7, we just get it early.

*** This bug has been marked as a duplicate of bug 991353 ***