Modify the process of get node "osi" type.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10024 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
44c01cb949
commit
11b2f8b802
@ -966,10 +966,10 @@ sub getMonHierarchy {
|
||||
|
||||
my $row3=$temp_hash3{$node};
|
||||
my $nodetype=""; #default
|
||||
#if (defined($row3) && ($row3)) {
|
||||
# if ($row3->{nodetype}) { $nodetype=$row3->{nodetype}; }
|
||||
#}
|
||||
$nodetype=xCAT::DBobjUtils->getnodetype($node);
|
||||
if (defined($row3) && ($row3)) {
|
||||
if ($row3->{nodetype}) { $nodetype=$row3->{nodetype}; }
|
||||
}
|
||||
#$nodetype=xCAT::DBobjUtils->getnodetype($node);
|
||||
|
||||
my $monserver;
|
||||
my $monmaster;
|
||||
@ -1068,10 +1068,10 @@ sub getMonServerWithInfo {
|
||||
my $tmp3= $tabdata->{$node}->[0];
|
||||
|
||||
my $nodetype=""; #default
|
||||
#if (defined($tmp3) && ($tmp3)) {
|
||||
# if ($tmp3->{nodetype}) { $nodetype=$tmp3->{nodetype}; }
|
||||
#}
|
||||
$nodetype=xCAT::DBobjUtils->getnodetype($node);
|
||||
if (defined($tmp3) && ($tmp3)) {
|
||||
if ($tmp3->{nodetype}) { $nodetype=$tmp3->{nodetype}; }
|
||||
}
|
||||
#$nodetype=xCAT::DBobjUtils->getnodetype($node);
|
||||
|
||||
my $pairs=$pPairHash->{$node};
|
||||
|
||||
@ -1139,10 +1139,10 @@ sub getMonServer {
|
||||
|
||||
my $tmp3=$tabdata3->{$node}->[0];
|
||||
my $nodetype=""; #default
|
||||
#if (defined($tmp3) && ($tmp3)) {
|
||||
# if ($tmp3->{nodetype}) { $nodetype=$tmp3->{nodetype}; }
|
||||
#}
|
||||
$nodetype=xCAT::DBobjUtils->getnodetype($node);
|
||||
if (defined($tmp3) && ($tmp3)) {
|
||||
if ($tmp3->{nodetype}) { $nodetype=$tmp3->{nodetype}; }
|
||||
}
|
||||
#$nodetype=xCAT::DBobjUtils->getnodetype($node);
|
||||
|
||||
my $pairs=$pPairHash->{$node};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user