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
This commit is contained in:
ligc 2012-09-26 06:02:34 +00:00
parent ba94317016
commit a2656b7645

View File

@ -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);
}
#