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:
jjhua 2012-12-14 07:32:45 +00:00
parent a4f5515786
commit 59a3beafdb

View File

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