mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-18 04:10:46 +00:00
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:
@ -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?
|
||||
|
Reference in New Issue
Block a user