[blivet:master] Break once metadata value is found.

David Lehman dlehman at redhat.com
Thu Jul 31 22:21:38 UTC 2014


On 07/31/2014 10:01 AM, mulhern wrote:
> Signed-off-by: mulhern <amulhern at redhat.com>
> ---
>   blivet/devicelibs/mdraid.py | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/blivet/devicelibs/mdraid.py b/blivet/devicelibs/mdraid.py
> index 516bbba..9335117 100644
> --- a/blivet/devicelibs/mdraid.py
> +++ b/blivet/devicelibs/mdraid.py
> @@ -315,6 +315,7 @@ def mdexamine(device):
>
>               if name == "metadata":
>                   info["MD_METADATA"] = value
> +                break
>
>       process_UUIDS(info, ('MD_UUID', 'MD_DEV_UUID'))
>
>

ACK


More information about the anaconda-patches mailing list