Re: [f16-branch] fcoe: fix detecting FCoE NIC

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



ack

On Mon, 2011-09-26 at 13:24 +0200, Ales Kozumplik wrote:
> From: Michael Brown <mcb30@xxxxxxxx>
> 
> Signed-off-by: Michael Brown <mcb30@xxxxxxxx>
> ---
>  pyanaconda/storage/fcoe.py |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/pyanaconda/storage/fcoe.py b/pyanaconda/storage/fcoe.py
> index 79d267b..0b30dd9 100644
> --- a/pyanaconda/storage/fcoe.py
> +++ b/pyanaconda/storage/fcoe.py
> @@ -80,7 +80,7 @@ class fcoe(object):
>              log.info("No FCoE EDD info found: %s" % rc.rstrip())
>              return
>  
> -        (key, val) = rc.split("=", 1)
> +        (key, val) = rc.strip().split("=", 1)
>          if val not in isys.getDeviceProperties():
>              log.error("Unknown FCoE NIC found in EDD: %s, ignoring" % val)
>              return

-- 
Martin Gracik <mgracik@xxxxxxxxxx>

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux