mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 19:32:31 +00:00 
			
		
		
		
	Have rflash on fpc present a more readable error message
This commit is contained in:
		| @@ -1256,6 +1256,11 @@ sub rflash { | ||||
| } | ||||
|  | ||||
| sub fpc_firmup_config { | ||||
|     if ($_[0]->{code} == 0x91) { #ipmi error | ||||
|         xCAT::SvrUtils::sendmsg([1,"Invalid URL given"],$callback,$sessdata->{node},%allerrornodes); | ||||
|         abort_fpc_update($_[1]); | ||||
|         return; | ||||
|     } | ||||
|     if (check_rsp_errors(@_)) { | ||||
|         abort_fpc_update($_[1]); | ||||
|         return; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user