From a2656b7645eb2bcf2fc25a1dc621c1c947526e9e Mon Sep 17 00:00:00 2001 From: ligc Date: Wed, 26 Sep 2012 06:02:34 +0000 Subject: [PATCH] fix for bug 3111: diskful SN + diskful CN, call make_SN_resource with wrong arguments git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13892 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/aixinstall.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index 50e297a14..04986346d 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -758,10 +758,12 @@ sub nimnodeset # if this isn't the NIM primary then make sure the local NIM defs # have been created etc. # + my $sharedinstall = "no"; if (!xCAT::InstUtils->is_me($nimprime)) { &make_SN_resource($callback, \@nodelist, \@image_names, - \%imagehash, \%lochash, \%nethash); + \%imagehash, \%lochash, \%nethash, \%nimhash, + $sharedinstall, $Sname, $subreq); } #