 d70db292ae
			
		
	
	d70db292ae
	
	
	
		
			
			If a node is in ING state such as INSPECTING, RESCUING, and the conductor goes down, when the conductor backs, the node gets stuck with that ING state. The cases for (DEPLOYING, CLEANING) are already processed as expected, but (INSPECTING, RESCUING, UNRESCUING, VERIFYING, ADOPTING). DELETING cannot be transitioned to 'fail' state. Change-Id: Ie6886ea78fac8bae81675dabf467939deb1c4460 Story: #2003147 Task: #23282
		
			
				
	
	
		
			8 lines
		
	
	
		
			329 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			329 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| fixes:
 | |
|   - If a node gets stuck in one of the states ``deploying``, ``cleaning``,
 | |
|     ``verifying``, ``inspecting``, ``adopting``, ``rescuing``, ``unrescuing``
 | |
|     for some reason (eg. conductor goes down when executing a task), it will
 | |
|     be moved to an appropriate failure state in the next time the conductor
 | |
|     starts.
 |