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
This commit is contained in:
lissav 2009-03-05 13:42:24 +00:00
parent 173a1c5adf
commit bb9b70616d

View File

@ -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).',