【 使用环境 】生产环境
【 OB or 其他组件 】
【 使用版本 】ocp4.3.0
【问题描述】使用obd重启ocp失败
【附件及日志】
obd报错日志:
[2024-07-30 10:38:52.533] [ERROR] ocp-server-ce-py_script_start-4.2.1 RuntimeError: (8001, ‘Server is initializing’)
[2024-07-30 10:38:52.533] [ERROR] Traceback (most recent call last):
[2024-07-30 10:38:52.533] [ERROR] File “core.py”, line 2065, in start_cluster
[2024-07-30 10:38:52.533] [ERROR] File “core.py”, line 2159, in _start_cluster
[2024-07-30 10:38:52.533] [ERROR] File “core.py”, line 197, in call_plugin
[2024-07-30 10:38:52.533] [ERROR] File “_plugin.py”, line 348, in call
[2024-07-30 10:38:52.533] [ERROR] File “_plugin.py”, line 305, in _new_func
[2024-07-30 10:38:52.533] [ERROR] File “/home/admin/.obd/plugins/ocp-server-ce/4.2.1/start.py”, line 454, in start
[2024-07-30 10:38:52.533] [ERROR] if not start_cluster():
[2024-07-30 10:38:52.533] [ERROR] File “/home/admin/.obd/plugins/ocp-server-ce/4.2.1/start.py”, line 237, in start_cluster
[2024-07-30 10:38:52.533] [ERROR] meta_cursor = Cursor(jdbc_host, jdbc_port, meta_user, meta_tenant, meta_password, stdio)
[2024-07-30 10:38:52.533] [ERROR] File “_stdio.py”, line 912, in wrapper
[2024-07-30 10:38:52.533] [ERROR] File “_stdio.py”, line 899, in func_wrapper
[2024-07-30 10:38:52.533] [ERROR] File “tool.py”, line 766, in init
[2024-07-30 10:38:52.533] [ERROR] File “tool.py”, line 796, in _connect
[2024-07-30 10:38:52.534] [ERROR] File “pymysql/connections.py”, line 353, in init
[2024-07-30 10:38:52.534] [ERROR] File “pymysql/connections.py”, line 633, in connect
[2024-07-30 10:38:52.534] [ERROR] File “pymysql/connections.py”, line 907, in _request_authentication
[2024-07-30 10:38:52.534] [ERROR] File “pymysql/connections.py”, line 725, in _read_packet
[2024-07-30 10:38:52.534] [ERROR] File “pymysql/protocol.py”, line 221, in raise_for_error
[2024-07-30 10:38:52.534] [ERROR] File “pymysql/err.py”, line 143, in raise_mysql_exception
[2024-07-30 10:38:52.534] [ERROR] pymysql.err.OperationalError: (8001, ‘Server is initializing’)
[2024-07-30 10:38:52.534] [ERROR]