From 01084902f2cb8528587c2c4e34e7cc1330a7d4cf Mon Sep 17 00:00:00 2001 From: yinle Date: Mon, 4 Jul 2011 02:05:20 +0000 Subject: [PATCH] Remove the part of setting otherinterfaces in resetnet if the resetnet failed. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10002 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/lsslp.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/lsslp.pm b/xCAT-server/lib/xcat/plugins/lsslp.pm index c61556f73..e63ac2939 100644 --- a/xCAT-server/lib/xcat/plugins/lsslp.pm +++ b/xCAT-server/lib/xcat/plugins/lsslp.pm @@ -2800,9 +2800,9 @@ sub do_resetnet { next; } - if ( $namehash->{$name} ) { - $hoststab->setNodeAttribs( $name,{otherinterfaces=>$namehash->{$name}} ); - } + #if ( $namehash->{$name} ) { + # $hoststab->setNodeAttribs( $name,{otherinterfaces=>$namehash->{$name}} ); + #} if (!$oi or $oi eq $namehash->{$name}) { send_msg( $req, 0, "$name: same ip address, skipping network reset" );