Blame 0004-Don-t-use-a-wwn-kwarg-for-MDBiosRaidArrayDevice-1557.patch

7be317f
From 9dfe3cfa695f788716655e51915dfb4fa9d8fcd6 Mon Sep 17 00:00:00 2001
7be317f
From: Adam Williamson <awilliam@redhat.com>
7be317f
Date: Mon, 19 Mar 2018 16:48:38 -0700
7be317f
Subject: [PATCH] Don't use a 'wwn' kwarg for MDBiosRaidArrayDevice (#1557957)
7be317f
7be317f
MDBiosRaidArrayDevice's parent class doesn't take a 'wwn' kwarg,
7be317f
so the populator for it shouldn't pass one.
7be317f
7be317f
For more details, see comment 15 on the bug.
7be317f
7be317f
Resolves: rhbz#1557957
7be317f
7be317f
Signed-off-by: Adam Williamson <awilliam@redhat.com>
7be317f
---
7be317f
 blivet/populator/helpers/disk.py | 1 +
7be317f
 1 file changed, 1 insertion(+)
7be317f
7be317f
diff --git a/blivet/populator/helpers/disk.py b/blivet/populator/helpers/disk.py
7be317f
index e2757b12..6c03f698 100644
7be317f
--- a/blivet/populator/helpers/disk.py
7be317f
+++ b/blivet/populator/helpers/disk.py
7be317f
@@ -172,6 +172,7 @@ class MDBiosRaidDevicePopulator(DiskDevicePopulator):
7be317f
         del kwargs["serial"]
7be317f
         del kwargs["vendor"]
7be317f
         del kwargs["bus"]
7be317f
+        del kwargs["wwn"]
7be317f
         return kwargs
7be317f
 
7be317f
 
7be317f
-- 
7be317f
2.14.3
7be317f