From fda2090c863308834bf7ea52d6b5d4d060748c9a Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Fri, 9 Sep 2016 16:08:40 -0400 Subject: [PATCH] Update Schema.pm to generate new man pages for consoleondemand attribute --- docs/source/guides/admin-guides/references/man5/nodehm.5.rst | 2 +- docs/source/guides/admin-guides/references/man7/group.7.rst | 2 +- docs/source/guides/admin-guides/references/man7/node.7.rst | 2 +- perl-xCAT/xCAT/Schema.pm | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/guides/admin-guides/references/man5/nodehm.5.rst b/docs/source/guides/admin-guides/references/man5/nodehm.5.rst index 39d61c12e..e3978e25e 100644 --- a/docs/source/guides/admin-guides/references/man5/nodehm.5.rst +++ b/docs/source/guides/admin-guides/references/man5/nodehm.5.rst @@ -110,7 +110,7 @@ nodehm Attributes: \ **consoleondemand**\ - This overrides the value from site.consoleondemand; (0=no, 1=yes). Default is the result from site.consoleondemand. + This overrides the value from site.consoleondemand. Set to 'yes', 'no', '1' (equivalent to 'yes'), or '0' (equivalent to 'no'). If not set, the default is the value from site.consoleondemand. diff --git a/docs/source/guides/admin-guides/references/man7/group.7.rst b/docs/source/guides/admin-guides/references/man7/group.7.rst index 51e9aab67..410881cb7 100644 --- a/docs/source/guides/admin-guides/references/man7/group.7.rst +++ b/docs/source/guides/admin-guides/references/man7/group.7.rst @@ -171,7 +171,7 @@ group Attributes: \ **consoleondemand**\ (nodehm.consoleondemand) - This overrides the value from site.consoleondemand; (0=no, 1=yes). Default is the result from site.consoleondemand. + This overrides the value from site.consoleondemand. Set to 'yes', 'no', '1' (equivalent to 'yes'), or '0' (equivalent to 'no'). If not set, the default is the value from site.consoleondemand. diff --git a/docs/source/guides/admin-guides/references/man7/node.7.rst b/docs/source/guides/admin-guides/references/man7/node.7.rst index e894f7fb1..09b1fa33a 100644 --- a/docs/source/guides/admin-guides/references/man7/node.7.rst +++ b/docs/source/guides/admin-guides/references/man7/node.7.rst @@ -183,7 +183,7 @@ node Attributes: \ **consoleondemand**\ (nodehm.consoleondemand) - This overrides the value from site.consoleondemand; (0=no, 1=yes). Default is the result from site.consoleondemand. + This overrides the value from site.consoleondemand. Set to 'yes', 'no', '1' (equivalent to 'yes'), or '0' (equivalent to 'no'). If not set, the default is the value from site.consoleondemand. diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index ae4d446de..b70a4ad7b 100755 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -595,7 +595,7 @@ passed as argument rather than by table value', serialflow => "The flow control value of the serial port for this node. For SOL this is typically 'hard'.", getmac => 'The method to use to get MAC address of the node with the getmac command. If not set, the mgt attribute will be used. Valid values: same as values for mgmt attribute.', cmdmapping => 'The fully qualified name of the file that stores the mapping between PCM hardware management commands and xCAT/third-party hardware management commands for a particular type of hardware device. Only used by PCM.', - consoleondemand => 'This overrides the value from site.consoleondemand; (0=no, 1=yes). Default is the result from site.consoleondemand.', + consoleondemand => "This overrides the value from site.consoleondemand. Set to 'yes', 'no', '1' (equivalent to 'yes'), or '0' (equivalent to 'no'). If not set, the default is the value from site.consoleondemand.", comments => 'Any user-written notes.', disable => "Set to 'yes' or '1' to comment out this row.", },