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:
parent
5742f2c0f1
commit
4be6f6447b
@ -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);
|
||||
}
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user