Fix syntax error in 00kitnodebase.pm
When I upgrade xcat to 2.9, I got error "Error loading module /opt/xcat/lib/perl/xCAT_plugin/00kitnodebase.pm ...skipping" This is caused by syntax error of line 182, near "$reques t_command".
This commit is contained in:
parent
9799071116
commit
3b9be43df8
@ -179,7 +179,7 @@ sub process_request {
|
||||
$retref = "";
|
||||
if(($current_cmd eq "nodeset") && $noupdate_flag)
|
||||
{
|
||||
$retref = xCAT::Utils->runxcmd({command=>[$current_cmd], node=>$nodelist, arg=>[$current_args, "--noupdateinitrd"]}, $reques t_command, 0, 2);
|
||||
$retref = xCAT::Utils->runxcmd({command=>[$current_cmd], node=>$nodelist, arg=>[$current_args, "--noupdateinitrd"]}, $request_command, 0, 2);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user