[blivet][PATCH] Don't pass model to md fwraid constructor. (#1242610)

David Lehman dlehman at redhat.com
Tue Jul 14 18:09:09 UTC 2015


---
 blivet/populator.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/blivet/populator.py b/blivet/populator.py
index f5d86bf..5ff972b 100644
--- a/blivet/populator.py
+++ b/blivet/populator.py
@@ -538,6 +538,7 @@ class Populator(object):
             kwargs["memberDevices"] = udev.device_get_md_devices(info)
             kwargs["uuid"] = udev.device_get_md_uuid(info)
             kwargs["exists"]  = True
+            del kwargs["model"]
             del kwargs["serial"]
             del kwargs["vendor"]
             del kwargs["bus"]
-- 
2.4.3



More information about the anaconda-patches mailing list