From bb9b70616d47c401cfdf17987ce89692d4daad2a Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 5 Mar 2009 13:42:24 +0000 Subject: [PATCH] add Pool information to noderes.servicenode comments git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2841 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 6a6de6683..86864f234 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -332,7 +332,7 @@ noderes => { table_desc => 'Resources and settings to use when installing nodes.', descriptions => { node => 'The node name or group name.', - servicenode => 'The node that provides most services for this node (as known by the management node).', + servicenode => 'A comma separated list of nodes that provides most services for this node (as known by the management node). The service node to be used will be chosen from the list, starting with the first node on the list. If that service node is not accessable, then the next service node will be chosen from the list, etc.', netboot => 'The type of network booting supported by this node. Valid values: pxe, yaboot.', tftpserver => 'The TFTP server for this node (as known by this node).', nfsserver => 'The NFS server for this node (as known by this node).',