disable xdsh .. -K -l until decide what to do with it
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3080 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
1514fe637e
commit
0c1857478e
@ -263,6 +263,12 @@ sub parse_args_xdsh
|
||||
|
||||
if ($options{'ssh-setup'}) # if going to setup ssh keys
|
||||
{
|
||||
if ($to_userid ne $current_userid) { #error
|
||||
my $msg = "For -K option, the -l option is not supported unless same id as running the command.\n";
|
||||
xCAT::MsgUtils->message("E", $msg);
|
||||
exit 2;
|
||||
|
||||
}
|
||||
|
||||
# prompt for the password for the userid on the node that will be setup
|
||||
my $userpw;
|
||||
|
Loading…
Reference in New Issue
Block a user