[rhel7-branch 1/1] Fix ixgbe/bnx2fc fcoe disk detection (#1248476)

rvykydal installerbot-noreply at redhat.com
Thu Jul 30 11:41:32 UTC 2015


From: Radek Vykydal <rvykydal at redhat.com>

Resolves: rhbz#1248476

Fixup of
commit 0f986f932f7a9bcbd48b0b711e5b270a76b72083
---
 blivet/udev.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blivet/udev.py b/blivet/udev.py
index e6294dd..2a86b5f 100644
--- a/blivet/udev.py
+++ b/blivet/udev.py
@@ -701,7 +701,7 @@ def device_get_iscsi_initiator(info):
 # Ethernet interface.
 
 def _detect_broadcom_fcoe(info):
-    re_pci_host=re.compile(r'/(.*)/(host\d+)')
+    re_pci_host=re.compile(r'(.*)/(host\d+)')
     match = re_pci_host.match(device_get_sysfs_path(info))
     if match:
         sysfs_pci, host = match.groups()


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


More information about the anaconda-patches mailing list