[PATCH rhel6-branch] fcoe: rise fipvlan timeout to 100 (#1009691)

Vratislav Podzimek vpodzime at redhat.com
Tue Oct 15 07:50:19 UTC 2013


On Tue, 2013-10-15 at 09:40 +0200, Radek Vykydal wrote:
> Resolves: rhbz#1009691
> ---
>  storage/fcoe.py | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/storage/fcoe.py b/storage/fcoe.py
> index 4fe851e..f6823a8 100644
> --- a/storage/fcoe.py
> +++ b/storage/fcoe.py
> @@ -129,7 +129,7 @@ class fcoe(object):
>                                 "e:1", "a:1", "w:1" ],
>                                 stdout = "/dev/tty5", stderr="/dev/tty5")
>              iutil.execWithRedirect("fipvlan", [ "-c", "-s", "-f",
> -                                               "-fcoe", nic],
> +                                               "-fcoe", nic, "-l", "100"],
>                                 stdout = "/dev/tty5", stderr="/dev/tty5")
>          else:
>              if auto_vlan:
> @@ -137,7 +137,7 @@ class fcoe(object):
>                  iutil.execWithRedirect("modprobe", ["8021q"],
>                                         stdout = "/dev/tty5", stderr="/dev/tty5")
>                  iutil.execWithRedirect("fipvlan", ['-c', '-s', '-f',
> -                                                   "-fcoe",  nic],
> +                                                   "-fcoe",  nic, "-l", "100"],
>                                      stdout = "/dev/tty5", stderr="/dev/tty5")
>              else:
>                  f = open("/sys/module/libfcoe/parameters/create", "w")
ACK.

-- 
Vratislav Podzimek

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



More information about the anaconda-patches mailing list