Hide Forgot
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
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 ***