From 1e2fdb0529cccc215257d30d78d570e7a3c79d6d Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 23 Jan 2014 12:59:11 -0500 Subject: [PATCH] improve man for sshbetweennodes --- perl-xCAT/xCAT/Schema.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 496643d26..9cf6eb128 100755 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -1046,9 +1046,9 @@ site => { " nodesyncfiledir: The directory on the node, where xdcp will rsync the files\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". - " sshbetweennodes: Comma separated list of groups to enable passwordless root \n". + " sshbetweennodes: Comma separated list of groups of compute nodes to enable passwordless root \n". " ssh during install, or xdsh -K. Default is ALLGROUPS.\n". - " Set to NOGROUPS,if you do not wish to enabled any groups.\n". + " Set to NOGROUPS,if you do not wish to enabled any group of compute nodes.\n". " Service Nodes are not affected by this attribute\n". " they are always setup with\n". " passwordless root access to nodes and other SN.\n\n".