From 4be6f6447baf6b61df7019a5f5647bc452204fad Mon Sep 17 00:00:00 2001 From: ligc Date: Wed, 26 Sep 2012 06:03:01 +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/trunk@13893 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 d7af607e5..b2f8d8cc3 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -767,10 +767,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); } #