Step 1 of blade.pm ssh-ification... rename telnetcmds to clicmds... cosmetic change
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12060 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
e88e88e925
commit
2638fd549b
@ -3965,7 +3965,7 @@ sub process_request {
|
||||
while (forward_data($callback,$sub_fds)) {}
|
||||
}
|
||||
|
||||
sub telnetcmds {
|
||||
sub clicmds {
|
||||
|
||||
my $mpa=shift;
|
||||
my $user=shift;
|
||||
@ -4897,7 +4897,7 @@ sub dompa {
|
||||
$rc = 1;
|
||||
$args = [];
|
||||
} else {
|
||||
$result = telnetcmds($mpa,$user,$pass,$node,$slot,@exargs);
|
||||
$result = clicmds($mpa,$user,$pass,$node,$slot,@exargs);
|
||||
$rc |= @$result[0];
|
||||
$args = @$result[1];
|
||||
}
|
||||
@ -4948,7 +4948,7 @@ sub dompa {
|
||||
if ($mptype eq "cmm") {
|
||||
# For the cmm, call the rscanfsp to discover the fsp for ppc blade
|
||||
my @telargs = ("rscanfsp");
|
||||
telnetcmds($mpa,$user,$pass,$node,$slot,@telargs);
|
||||
clicmds($mpa,$user,$pass,$node,$slot,@telargs);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user