[PATCH 1/4] Don't pass model to md fwraid constructor.

David Lehman dlehman at redhat.com
Wed Aug 5 16:43:37 UTC 2015


(cherry picked from commit 13ce0f8c9c03a933a0d3b6d2ea3207fcc203daf0)

Related: rhbz#1246003
---
 blivet/devicetree.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/blivet/devicetree.py b/blivet/devicetree.py
index 549a322..07929ad 100644
--- a/blivet/devicetree.py
+++ b/blivet/devicetree.py
@@ -1062,6 +1062,7 @@ class DeviceTree(object):
             kwargs["exists"]  = True
             del kwargs["serial"]
             del kwargs["vendor"]
+            del kwargs["model"]
             del kwargs["bus"]
         elif udev.device_is_dasd(info) and not self._cleanup:
             diskType = DASDDevice
-- 
2.4.3



More information about the anaconda-patches mailing list