From a9284fafcc762a2e7938bc2f238c8edf42d3a1f9 Mon Sep 17 00:00:00 2001 From: brianfinley Date: Fri, 15 Jun 2012 05:18:56 +0000 Subject: [PATCH] s/in scaling cluster./for a large cluster./g git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13101 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/ddns.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/ddns.pm b/xCAT-server/lib/xcat/plugins/ddns.pm index 47269b228..e477dd602 100644 --- a/xCAT-server/lib/xcat/plugins/ddns.pm +++ b/xCAT-server/lib/xcat/plugins/ddns.pm @@ -419,7 +419,7 @@ sub process_request { } $ctx->{zonestotouch}->{$ctx->{domain}}=1; - xCAT::SvrUtils::sendmsg("Getting reverse zones, this may take several minutes in scaling cluster.", $callback); + xCAT::SvrUtils::sendmsg("Getting reverse zones, this may take several minutes for a large cluster.", $callback); foreach (@nodes) { my @revzones = get_reverse_zones_for_entity($ctx,$_);; @@ -964,7 +964,7 @@ sub update_namedconf { sub add_or_delete_records { my $ctx = shift; - xCAT::SvrUtils::sendmsg("Updating DNS records, this may take several minutes in scaling cluster.", $callback); + xCAT::SvrUtils::sendmsg("Updating DNS records, this may take several minutes for a large cluster.", $callback); unless ($ctx->{privkey}) { my $passtab = xCAT::Table->new('passwd');