Fallout of moving to fcoemon patch commit 2ed433f1d906accf4f77660ce0ff036797f43662
From: Radek Vykydal rvykydal@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(
Looks good to me
Added label: ACK.
Looks good to me too.
Note: this will need to be made a blocker before you can push it, and time is running out on getting things to be marked as blockers. We need to take care of it today, basically.
- Chris
Added label: rhel7-branch.
Pushed
Closed.
anaconda-patches@lists.fedorahosted.org