From 80a1b77f1cb0ca72aae3ac0588de3a1fbc9fa595 Mon Sep 17 00:00:00 2001 From: linggao Date: Mon, 19 Oct 2009 20:06:40 +0000 Subject: [PATCH] updated the description for noderes.monserver git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4412 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 c8a2b121b..1ca0a2f84 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -357,7 +357,7 @@ noderes => { 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).', - monserver => 'The monitoring aggregation point for this node (as known by the management node).', + monserver => 'The monitoring aggregation point for this node. The format is "x,y" where x is the ip address as known by the management node and y is the ip address as known by the node.', nfsdir => 'Not used?? The path that should be mounted from the NFS server.', installnic => 'The network adapter on the node that will be used for OS deployment. If not set, primarynic will be used.', primarynic => 'The network adapter on the node that will be used for xCAT management. Default is eth0.',