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
This commit is contained in:
sjing 2011-08-04 08:57:37 +00:00
parent fadc9511d3
commit a8668a8ce9

View File

@ -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".