Description of problem: [root@storageqe-16 reboot_fcoe_service]# fcoeadm -i fcoeadm: No action was taken Try 'fcoeadm --help' for more information. unable to create fcoe session for NICs with the following command: "ifconfig %s up" % nic "/bin/cp -f /etc/fcoe/cfg-ethx /etc/fcoe/cfg-%s" % nic sed -i -e 's/\(DCB_REQUIRED=.*\)$/DCB_REQUIRED=\"no\"/' /etc/fcoe/cfg-%s" % nic sed -i -e 's/\(MODE=.*\)$/MODE=\"%s\"/' /etc/fcoe/cfg-%s" % (mode, nic) sed -i -e 's/ONBOOT.*/ONBOOT=\"yes\"/' /etc/sysconfig/network-scripts/ifcfg-%s" % nic service lldpad restart service fcoe restart Version-Release number of selected component (if applicable): kernel-4.15.0-0.rc7.git2.1.fc28.x86_64 fcoe-utils-1.0.32-3.fc27.x86_64 How reproducible: always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Actually,also unable to create fcoe session on Intel NICs due to bug#1534119
Created attachment 1380855 [details] journal
Created attachment 1384777 [details] journal
Note the log here shows the same SELinux denial and lldpad service failure as 1534119, so it could be the same problem. Again, I'd try it with 'enforcing=0' and see if anything changes.
After setenforce 0,fcoe session is created,tough there are some other bugs,closing this bug as a Dup. *** This bug has been marked as a duplicate of bug 1534119 ***