[ewg] [PATCH ofed-1.2]: remove oiscsi related code

Vladimir Sokolovsky vlad at dev.mellanox.co.il
Mon Mar 5 04:27:34 PST 2007


Erez Zilber wrote:
> Vlad,
>
> This patch removes open-iscsi related code that does not look necessary. What is the purpose of this code? As you know, the old oiscsi rpm is not included in OFED 1.2. Let me know if I missed something here.
>
>
> --- uninstall.sh.orig	2007-03-01 15:38:11.000000000 +0200
> +++ uninstall.sh	2007-03-04 10:40:27.000000000 +0200
> @@ -46,7 +46,6 @@
>  IB_BASIC_PACKAGES="$IB_BASIC_PACKAGES libipathverbs libipathverbs-devel"
>  IB_BASIC_PACKAGES="$IB_BASIC_PACKAGES libehca libehca-devel"
>  IB_BASIC_PACKAGES="$IB_BASIC_PACKAGES libcxgb3 libcxgb3-devel"
> -IB_KERNEL_UTILS="oiscsi"
>  
>  IB_ALL_PACKAGES="$IB_BASIC_PACKAGES"
>  IB_ALL_PACKAGES="$IB_ALL_PACKAGES libsdp srptools ipoibtools tvflash sdpnetstat qlvnictools"
> @@ -201,7 +200,7 @@
>      fi
>      
>      packs_to_remove=""
> -    for package in $ALL_PACKAGES $PREV_RELEASE_PACKAGES $IB_KERNEL_UTILS
> +    for package in $ALL_PACKAGES $PREV_RELEASE_PACKAGES
>      do
>          if ( $RPM -q ${package} > $NULL 2>&1 ); then
>              packs_to_remove="$packs_to_remove ${package}"
Applied.

Regards,
Vladimir



More information about the ewg mailing list