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
This commit is contained in:
ligc 2012-09-26 06:03:01 +00:00
parent 5742f2c0f1
commit 4be6f6447b

View File

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