mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	add sleep for rcons to check the blade state if it is in 'power off' state
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11801 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -256,6 +256,7 @@ sub invoke_cmd { | ||||
|     my $power_state_cmd = "$fsp_api -a cec_state -t $type:$fsp_ip:$id:$node: 2>&1"; | ||||
|     my $res = xCAT::Utils->runcmd($power_state_cmd, -1); | ||||
|     unless ($res and $res =~ /operating|standby/) { | ||||
|         sleep 5; | ||||
|         return("The command 'rcons' is only support while the $machine is in the '$state' state"); | ||||
|     }  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user