fix: zfcp.startup() survives without an interface (#604542).
Ack, thanks.
I missed that on fixing bug 598087.
On 06/16/2010 12:18 PM, Ales Kozumplik wrote:
> the fix is consistent with iscsi.startup() and fcoe.startup().
> ---
> storage/zfcp.py | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/storage/zfcp.py b/storage/zfcp.py
> index ddbeab9..829a282 100644
> --- a/storage/zfcp.py
> +++ b/storage/zfcp.py
> @@ -393,7 +393,7 @@ class ZFCP:
> except ValueError, e:
> log.warn(str(e))
>
> - def startup(self, intf):
> + def startup(self, intf=None):
> self.intf = intf
> if not self.down:
> return
Steffen
Linux on System z Development
IBM Deutschland Research & Development GmbH
Vorsitzender des Aufsichtsrats: Martin Jetter
Geschäftsführung: Dirk Wittkopp
Sitz der Gesellschaft: Böblingen
Registergericht: Amtsgericht Stuttgart, HRB 243294
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|