DMRaidArrayDevice don't pass major/minor to DMDevice.__init__ (#558440)
The changes for the filtering UI and the whole disk formatting seem to have
broken dmraid BIOS RAID support, the first traceback I hit while testing is
due to DMRaidArrayDevice.__init__ now calling DMDevice.__init__ (was
DiskDevice.__init__), and DMDevice.__init__ does not accept major and minor
arguments.
---
storage/devices.py | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/storage/devices.py b/storage/devices.py
index 9df23f0..d5ca22b 100644
--- a/storage/devices.py
+++ b/storage/devices.py
@@ -2847,8 +2847,7 @@ class DMRaidArrayDevice(DMDevice):
_isDisk = True