2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-01 00:57:37 +00:00

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:
jjhua
2012-11-27 06:21:36 +00:00
parent f2555cf60d
commit 981e545f62

View File

@@ -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