From 16b2c9a45efdff370686eae479b1d799e20dc2cb Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 7 Dec 2012 14:16:40 +0000 Subject: [PATCH] document format hosts.hostnames git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14586 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 e83fe89a8..2638b94c8 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -349,7 +349,7 @@ hosts => { descriptions => { node => 'The node name or group name.', ip => 'The IP address of the node. This is only used in makehosts. The rest of xCAT uses system name resolution to resolve node names to IP addresses.', - hostnames => 'Hostname aliases added to /etc/hosts for this node.', + hostnames => 'Hostname aliases added to /etc/hosts for this node. Comma or blank separated list.', otherinterfaces => 'Other IP addresses to add for this node. Format: -:,:,...', comments => 'Any user-written notes.', disable => "Set to 'yes' or '1' to comment out this row.",