mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-17 20:00:19 +00:00
minor bug fix
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2947 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -1325,6 +1325,11 @@ sub getNodeConfData {
|
||||
my %ret=();
|
||||
#get monitoring server
|
||||
my $pHash=xCAT_monitoring::monitorctrl->getNodeMonServerPair([$node], 0);
|
||||
if (ref($pHash) eq 'ARRAY') {
|
||||
xCAT::MsgUtils->message('S', "[mon]: getPostScripts: " . $pHash->[1]);
|
||||
return %ret;
|
||||
}
|
||||
|
||||
my @pair_array=split(':', $pHash->{$node});
|
||||
my $monserver=$pair_array[0];
|
||||
if ($monserver eq 'noservicenode') { $monserver=hostname(); }
|
||||
|
Reference in New Issue
Block a user