[ewg] [PATCH] stop OFED before uninstalling it

Tziporet Koren tziporet at dev.mellanox.co.il
Mon Aug 27 02:43:49 PDT 2007


Erez Zilber wrote:
> stop OFED before uninstalling it
>
> Signed-off-by: Erez Zilber <erezz at voltaire.com>
> ---
>  uninstall.sh |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/uninstall.sh b/uninstall.sh
> index 177b8a1..89ee3f1 100755
> --- a/uninstall.sh
> +++ b/uninstall.sh
> @@ -110,6 +110,11 @@ uninstall()
>  {
>      local RC=0
>      local OLD_PREFIX=""
> +
> +    echo "Stopping OFED stack"
> +    echo
> +    /etc/init.d/openibd stop
> +
>      echo
>      echo "Removing ${PACKAGE} Software installations"
>      echo
>   

What would the install do if this is failing or machine hang?

Tziporet




More information about the ewg mailing list