[blivet][PATCH] Don't pass model to md fwraid constructor. (#1242610)

Brian C. Lane bcl at redhat.com
Tue Jul 14 23:46:22 UTC 2015


On Tue, Jul 14, 2015 at 01:09:09PM -0500, David Lehman wrote:
> ---
>  blivet/populator.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/blivet/populator.py b/blivet/populator.py
> index f5d86bf..5ff972b 100644
> --- a/blivet/populator.py
> +++ b/blivet/populator.py
> @@ -538,6 +538,7 @@ class Populator(object):
>              kwargs["memberDevices"] = udev.device_get_md_devices(info)
>              kwargs["uuid"] = udev.device_get_md_uuid(info)
>              kwargs["exists"]  = True
> +            del kwargs["model"]
>              del kwargs["serial"]
>              del kwargs["vendor"]
>              del kwargs["bus"]
> -- 
> 2.4.3

Ack

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


More information about the anaconda-patches mailing list