From ec9a02d136228be592783d8b54288e55ee7b4a2d Mon Sep 17 00:00:00 2001 From: sjing Date: Thu, 2 Sep 2010 08:19:46 +0000 Subject: [PATCH] nimnodeset with SN can't make bundles git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7343 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/aixinstall.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index 8869dfa9b..e172d94a8 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -8557,8 +8557,7 @@ sub make_SN_resource # define the local resource my $cmd; - $cmd = "/usr/sbin/nim -Fo define -t $restype -a -server=master -a location=$lochash{$res} "; + $cmd = "/usr/sbin/nim -Fo define -t $restype -a server=master -a location=$lochash{$res} "; my @validattrs = ("verbose", "nfs_vers", "nfs_sec", "source", "dest_dir", "group"); my %cmdattrs;