From a8668a8ce94bda836f036e3d3757b1f8101d6f31 Mon Sep 17 00:00:00 2001 From: sjing Date: Thu, 4 Aug 2011 08:57:37 +0000 Subject: [PATCH] add useDNSonMN description in site table. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10224 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 264b83ab0..10a593408 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -866,6 +866,10 @@ site => { " mgmt node.\n\n". " timezone: (e.g. America/New_York)\n\n". " tftpdir: tftp directory path. Default is /tftpboot\n\n". + " useDNSonMN: (yes/1 or no/0). If yes, create a new /etc/resolv.conf on the management\n". + " node and pointing the nameserver to mn itself, set the original\n". + " nameservers as DNS forwarders. If you are using an external DNS server,\n". + " set it to no. Default is yes.\n\n". " useNmapfromMN: When set to yes, nodestat command should obtain the node status\n". " using nmap (if available) from the management node instead of the\n". " service node. This will improve the performance in a flat network.\n\n".