mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	If status is Failed on activation, need to decrement and return
This commit is contained in:
		| @@ -2112,6 +2112,8 @@ sub rflash_response { | ||||
|         if ($activation_state =~ /Software.Activation.Activations.Failed/) { | ||||
|             # Activation failed. Report error and exit | ||||
|             xCAT::SvrUtils::sendmsg([1,"Activation of firmware failed"], $callback, $node); | ||||
|             $wait_node_num--; | ||||
|             return; | ||||
|         }  | ||||
|         elsif ($activation_state =~ /Software.Activation.Activations.Active/) {  | ||||
|             if (scalar($priority_state) == 0) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user