if the nodehm.xcatmaster is not set, there is a problem. fixed it
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14434 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
f2555cf60d
commit
981e545f62
@ -828,7 +828,7 @@ sub subvars_for_mypostscript {
|
||||
my $master = $::GLOBAL_TAB_HASH{noderes}{$node}{xcatmaster};
|
||||
|
||||
if( !defined($master) ) {
|
||||
$::GLOBAL_TAB_HASH{noderes}{$node}{xcatmaster} = $::XCATSITEVALS{MASTER};
|
||||
$::GLOBAL_TAB_HASH{noderes}{$node}{xcatmaster} = $::XCATSITEVALS{master};
|
||||
}
|
||||
|
||||
#get the node type, service node or compute node
|
||||
|
Loading…
x
Reference in New Issue
Block a user