[rhel7-branch 1/1] fcoe: fix -fcoe suffix of vlan devices created by fipvlan (#1265946)

rvykydal installerbot-noreply at redhat.com
Tue Sep 29 07:57:14 UTC 2015


From: Radek Vykydal <rvykydal at redhat.com>

Fallout of moving to fcoemon patch
commit 2ed433f1d906accf4f77660ce0ff036797f43662
---
 blivet/fcoe.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blivet/fcoe.py b/blivet/fcoe.py
index b29ebb6..a0ed294 100644
--- a/blivet/fcoe.py
+++ b/blivet/fcoe.py
@@ -174,7 +174,7 @@ def addSan(self, nic, dcb=False, auto_vlan=True):
                 # Sleep for 3 s to allow dcb negotiation (#813057)
                 time.sleep(3)
                 rc, out = util.run_program_and_capture_output(
-                    ["fipvlan", '-c', '-s', '-f', 'fcoe', nic])
+                    ["fipvlan", '-c', '-s', '-f', '-fcoe', nic])
             else:
                 self.write_nic_fcoe_cfg(nic, dcb=dcb, auto_vlan=auto_vlan)
                 rc, out = util.run_program_and_capture_output(


-- 
To view this commit on github, visit https://github.com/rhinstaller/blivet/commit/e8a9f67aba4e20711e504103f8d82b181faf0f13


More information about the anaconda-patches mailing list