From 30a3c6e4580b09cf0996986c1c754682cd20171d Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 14 Jun 2012 16:19:43 +0000 Subject: [PATCH] add Nodesyncfiledir attribute git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13090 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 1019bd5b4..c909107eb 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -897,8 +897,9 @@ site => { " 'all' means that the management as well as the service nodes\n". " are all using a common shared filesystem. The default is 'no'.\n". " skiptables: Comma separated list of tables to be skipped by dumpxCATdb\n". - " SNsyncfiledir: The directory on the Service Node, where xdcp will copy the files\n". - " from the MN that will eventually be copied to the compute nodes.\n\n". + " SNsyncfiledir: The directory on the Service Node, where xdcp will rsync the files\n". + " from the MN that will eventually be rsync'd to the compute nodes.\n\n". + " Nodesyncfiledir: The directory on the Node, where xdcp will rsync the files\n". " snmpc: The snmp community string that xcat should use when communicating with the\n". " switches.\n\n". " sshbetweennodes: Comma separated list of groups to enable passwordless root \n".