初始化主机报错

Traceback (most recent call last):

File “/usr/local/lib/python3.9/site-packages/airflow/decorators/base.py”, line 217, in execute

return_value = super().execute(context)

File “/usr/local/lib/python3.9/site-packages/airflow/operators/python.py”, line 175, in execute

return_value = self.execute_callable()

File “/usr/local/lib/python3.9/site-packages/airflow/operators/python.py”, line 192, in execute_callable

return self.python_callable(*self.op_args, **self.op_kwargs)

File “/oat/task_engine/dags/init_server_with_tag.py”, line 86, in precheck

common.server_precheck(ctx, logger=logger)

File “/oat/task_engine/plugins/common.py”, line 1714, in server_precheck

raise RuntimeError('server precheck failed, please see the summary info above for details')

RuntimeError: server precheck failed, please see the summary info above for details

[2024-08-21T11:38:57.477+0800] INFO - Marking task as FAILED. dag_id=init_server_with_tag, task_id=precheck, execution_date=20240821T033820, start_date=20240821T033836, end_date=20240821T033857

[2024-08-21T11:38:57.524+0800] ERROR - Failed to execute job 73 for task precheck (server precheck failed, please see the summary info above for details; 10740)

[2024-08-21T11:38:57.571+0800] INFO - Task exited with return code 1

[2024-08-21T11:38:57.615+0800] INFO - 0 downstream tasks scheduled from follow-on schedule check

你手动安装下fio看看报什么错

yum install fio

你预检查这里报错比较多,麻烦下载完整的任务日志发下,另外发下ocp版本

FIO问题 可以到FIO官网下载源码编译安装 或者二进制包安装
https://fio.readthedocs.io/en/latest/index.html

其实啊,我忽略了,集群照样搭建成功了。

dagrun_14.zip (12.7 KB)

这是日志 。

版本是OAT 版本号: 4.1.2