From 92b339389a9218ac7df68848849969d8b38ee402 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 21 Apr 2010 13:18:29 +0000 Subject: [PATCH] new description of sharedtftp attribute to match new hostname support git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5838 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 08da08643..0c12af0e2 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -697,8 +697,10 @@ site => { " ppctimeout: The timeout, in milliseconds, to use when communicating with PPC hw.\n\n". " pruneservices: Whether to enable service pruning when noderm is run (i.e.\n". " removing DHCP entries when noderm is executed)\n\n". - " sharedtftp: Set to no or 0 if xCAT should not assume /tftpboot is mounted on all\n". - " service nodes. Default is 1/yes.\n\n". + " sharedtftp: Set to 0 or no, if xCAT should not assume the directory\n". + " in tftpdir is mounted on all on Service Nodes. Default is 1/yes.\n". + " If value is set to a hostname, the directory in tftpdir\n". + " will be mounted from that hostname on the SN\n\n". " timezone: (e.g. America/New_York)\n\n". " tftpdir: tftp directory path. Default is /tftpdir\n\n". " useSSHonAIX: (yes/1 or no/0). If yes, ssh/scp will be setup and used. If no,\n".