mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-30 19:02:27 +00:00 
			
		
		
		
	Fix the rcons Console not ready issue but the bmc is accessible in fact (#4975)
This commit is contained in:
		| @@ -255,7 +255,7 @@ sub run_cmd_in_perl { | ||||
|     } | ||||
|  | ||||
|     # List of commands currently not supported in Python | ||||
|     my @unsupported_in_python_commands = ('rflash', 'rspconfig', 'reventlog'); | ||||
|     my @unsupported_in_python_commands = ('rflash', 'rspconfig', 'reventlog', 'getopenbmccons'); | ||||
|  | ||||
|     if ($command ~~ @unsupported_in_python_commands) { | ||||
|         # Command currently not supported in Python | ||||
|   | ||||
		Reference in New Issue
	
	Block a user