From 233a46c2e73dc2f79fe4fd36d8903ca9fd6cd183 Mon Sep 17 00:00:00 2001 From: ligc Date: Fri, 7 May 2010 13:57:56 +0000 Subject: [PATCH] remove the message Setting the name of the site definition to 'clustersite' git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6025 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/DBobjectdefs.pm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm b/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm index 63da3d81f..5112ca68f 100644 --- a/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm +++ b/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm @@ -587,10 +587,6 @@ sub processArgs if (($::opt_t eq 'site') && ($::opt_o ne 'clustersite')) { push(@::clobjnames, 'clustersite'); - my $rsp; - $rsp->{data}->[0] ="Only one site definition is supported."; - $rsp->{data}->[1] = "Setting the name of the site definition to \'clustersite\'."; - xCAT::MsgUtils->message("I", $rsp, $::callback); } elsif ($::opt_t eq 'node') @@ -630,9 +626,6 @@ sub processArgs # special case for site table!!!!!!!!!!!!!! if (($::opt_t eq 'site') && !$::opt_o) { - my $rsp; - $rsp->{data}->[0] ="Setting the name of the site definition to \'clustersite\'."; - xCAT::MsgUtils->message("I", $rsp, $::callback); push(@::clobjnames, 'clustersite'); $::objectsfrom_opto = 1; }