2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 01:26:38 +00:00

comment from ErTao

This commit is contained in:
Casandra Qiu 2017-12-12 11:36:25 -05:00
parent a1efbea5e3
commit a6724dae24

View File

@ -281,7 +281,7 @@ sub powerpdu {
foreach my $node (@$noderange) {
if ($pduhash->{$node}->[0]->{pdutype} eq 'crpdu') {
process_relay($node,$subcmd,$callback);
process_relay($node,$subcmd,$callback,1,3);
next;
}
@ -1084,7 +1084,7 @@ sub process_powerrelay {
#-------------------------------------------------------
=head3 process_powerrelay
=head3 process_relay
process relay action for CR PDU.
@ -1131,7 +1131,7 @@ sub process_relay {
}
$relay_num++;
}
#$session->hard_close();
$session->hard_close();
}