[master/rhel7-branch] Don't skip cpfmtxa formatted dasds if zerombr specified in ks. (#1073982)

Samantha N. Bueno sbueno+anaconda at redhat.com
Fri Jul 18 16:24:09 UTC 2014


Resolves: rhbz#1073982
---
 pyanaconda/ui/gui/spokes/storage.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/ui/gui/spokes/storage.py b/pyanaconda/ui/gui/spokes/storage.py
index d597173..2870dfc 100644
--- a/pyanaconda/ui/gui/spokes/storage.py
+++ b/pyanaconda/ui/gui/spokes/storage.py
@@ -695,7 +695,7 @@ class StorageSpoke(NormalSpoke, StorageChecker):
         # actions on storage devices
         threadMgr.wait(constants.THREAD_STORAGE)
 
-        to_format = make_unformatted_dasd_list(self.selected_disks)
+        to_format = make_unformatted_dasd_list(d.name for d in getDisks(self.storage.devicetree))
         if not to_format:
             # nothing to do here; bail
             return
-- 
1.9.3



More information about the anaconda-patches mailing list