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

Vratislav Podzimek vpodzime at redhat.com
Mon Jul 21 06:20:23 UTC 2014


On Fri, 2014-07-18 at 12:24 -0400, Samantha N. Bueno wrote:
> 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
ACK.

-- 
Vratislav Podzimek

Anaconda Rider | RHCE | Red Hat, Inc. | Brno - Czech Republic




More information about the anaconda-patches mailing list