From a70a6401fa852ea814666fc1e2dd13f97f7b3252 Mon Sep 17 00:00:00 2001 From: zhaoertao Date: Tue, 14 Aug 2012 11:57:30 +0000 Subject: [PATCH] fix subroutine moving issue in xCAT-server/lib/xcat/monitoring/ git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13505 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/monitoring/gangliamon.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/monitoring/gangliamon.pm b/xCAT-server/lib/xcat/monitoring/gangliamon.pm index 164da20fe..948eda03d 100755 --- a/xCAT-server/lib/xcat/monitoring/gangliamon.pm +++ b/xCAT-server/lib/xcat/monitoring/gangliamon.pm @@ -510,7 +510,7 @@ sub confGmetad { if ( -e "/etc/xCATSN" ) { print( OUTFILE "gridname \"$cluster\"\n" ); print( OUTFILE "data_source \"$cluster\" localhost\n" ); - my $master = xCAT::Utils->get_site_Master(); + my $master = xCAT::TableUtils->get_site_Master(); print( OUTFILE "trusted_hosts $master\n" ); } else { for ( my $j = 0 ; $j < $num ; $j++ ) {