for management node ,the NTYPE is MN
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14653 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
a4f5515786
commit
59a3beafdb
@ -1091,7 +1091,7 @@ sub getNodeType
|
||||
my $result;
|
||||
|
||||
if ( $node =~ /^$mn$/) {
|
||||
$result="mn";
|
||||
$result="MN";
|
||||
return $result;
|
||||
}
|
||||
# see if this is a service or compute node?
|
||||
|
Loading…
x
Reference in New Issue
Block a user