[PATCH 05/16] Pass disk list when trying to recover from device type change failure.

David Lehman dlehman at redhat.com
Thu Oct 11 23:45:55 UTC 2012


---
 pyanaconda/ui/gui/spokes/custom.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
index bd1088f..054124c 100644
--- a/pyanaconda/ui/gui/spokes/custom.py
+++ b/pyanaconda/ui/gui/spokes/custom.py
@@ -1011,6 +1011,7 @@ class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
                     try:
                         # XXX FIXME: pass old raid level -- not new one
                         self._replace_device(device_type, device.size,
+                                             disks=disks,
                                              fstype=device.format.type,
                                              mountpoint=old_mountpoint,
                                              label=old_label,
-- 
1.7.7.6



More information about the anaconda-patches mailing list