[rhel5-branch] Always refresh the disk selection list. (#992451)

Brian C. Lane bcl at redhat.com
Mon May 12 22:01:43 UTC 2014


On Mon, May 12, 2014 at 01:28:55PM -0400, Samantha N. Bueno wrote:
> If going back to disk selection and adding a new device, the device
> list would never properly refresh since the "back" button was
> determined to have been pressed. As a result, no drives would appear
> in the disk selection list.
> 
> Resolve: rhbz#992451
> ---
>  partitioning.py | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/partitioning.py b/partitioning.py
> index 8630655..e84f47c 100644
> --- a/partitioning.py
> +++ b/partitioning.py
> @@ -37,9 +37,6 @@ def partitionObjectsInitialize(anaconda):
>      # clean slate about drives
>      isys.flushDriveDict()
>  
> -    if anaconda.dir == DISPATCH_BACK:
> -        return
> -
>      # ensure iscsi devs are up
>      anaconda.id.iscsi.startup(anaconda.intf)
>  
> -- 
> 1.8.3.1

Ack

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)


More information about the anaconda-patches mailing list