[PATCH 2/5] Pass UUID of existing md array to superclass constructor.

David Lehman dlehman at redhat.com
Tue Apr 22 15:26:01 UTC 2014


---
 blivet/devices.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blivet/devices.py b/blivet/devices.py
index 9d876cf..47a0561 100644
--- a/blivet/devices.py
+++ b/blivet/devices.py
@@ -3181,7 +3181,7 @@ class MDRaidArrayDevice(ContainerDevice):
         self._memberDevices = 0
         self._totalDevices = 0
 
-        super(MDRaidArrayDevice, self).__init__(name, format=format,
+        super(MDRaidArrayDevice, self).__init__(name, format=format, uuid=uuid,
                                                 exists=exists, size=size,
                                                 parents=parents,
                                                 sysfsPath=sysfsPath)
-- 
1.9.0



More information about the anaconda-patches mailing list