2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-21 18:50:28 +00:00

Fix the rcons Console not ready issue but the bmc is accessible in fact (#4975)

This commit is contained in:
zet809
2018-03-20 17:53:52 +08:00
committed by Bin Xu
parent cfbe054066
commit ce19f4a4df

View File

@@ -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