mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-29 15:51:18 +00:00
Fix defect: Error to check the rflash option
rflash for ipmi also supports the fpc machines, delete the check constraints for unknown options.
This commit is contained in:
@@ -7625,10 +7625,6 @@ sub process_request {
|
||||
return;
|
||||
}
|
||||
$args_hash{hpm} = $opt;
|
||||
} else {
|
||||
$callback->({error=>"Error command: Option $opt is not supported.",
|
||||
errorcode=>1});
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (exists($args_hash{hpm})){
|
||||
|
Reference in New Issue
Block a user