From 666399a22e4d52688e3c36fd9bcea033cfbaaae1 Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Mon, 1 Jun 2020 15:11:39 -0400 Subject: [PATCH] Add namedincludes to site table documentation --- docs/source/guides/admin-guides/references/man5/site.5.rst | 5 +++++ perl-xCAT/xCAT/Schema.pm | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/docs/source/guides/admin-guides/references/man5/site.5.rst b/docs/source/guides/admin-guides/references/man5/site.5.rst index a8920d5e5..538e4399c 100644 --- a/docs/source/guides/admin-guides/references/man5/site.5.rst +++ b/docs/source/guides/admin-guides/references/man5/site.5.rst @@ -173,6 +173,11 @@ site Attributes: the IP maps to your hostname of xCAT MN is not blocked since xCAT needs to use this IP to communicate with the local NDS server on MN. + namedincludes: A comma-separated list of file paths that will be included in + named.conf, using named 'include' statement. This can allow users + to include local configuration options that will not be overwritten + by 'makedns -n' + ------------------------- HARDWARE CONTROL ATTRIBUTES ------------------------- diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index af756d208..670fd0fc9 100755 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -1089,6 +1089,10 @@ passed as argument rather than by table value', " NOTE: If using this attribute to block certain interfaces, make sure\n" . " the IP maps to your hostname of xCAT MN is not blocked since xCAT needs\n" . " to use this IP to communicate with the local NDS server on MN.\n\n" . +" namedincludes: A comma-separated list of file paths that will be included in\n" . +" named.conf, using named 'include' statement. This can allow users\n" . +" to include local configuration options that will not be overwritten\n" . +" by 'makedns -n'\n\n" . " -------------------------\n" . "HARDWARE CONTROL ATTRIBUTES\n" . " -------------------------\n" .