mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-01 17:17:36 +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:
@@ -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
|
||||
|
Reference in New Issue
Block a user