求助,arm64 debian12 all-in-one ,obd demo 安装 报错 “Remote grafana-7.5.17-1-5129b0134e31d273c970a7e3c7370990016bee16 repository install x”
后面有具体的错误日志
【 使用环境 】测试环境 ,8C16G 200G ,/ 下 130G,不存在硬盘不足
【 OB or 其他组件 】oceanbase-all-in-one-4.2.2.0-100000192024011915.el8.aarch64.tar.gz
【 使用版本 】oceanbase-all-in-one-4.2.2.0-100000192024011915.el8.aarch64.tar.gz
【问题描述】debian12 arm64 采用 all-in-one ,obd demo 安装, 报错 “Remote grafana-7.5.17-1-5129b0134e31d273c970a7e3c7370990016bee16 repository install x”
【复现路径】执行 obd demo ,等待安装就报错,查看安装日志, 应该是 py脚本执行出错了?
【附件及日志】
[2024-05-20 15:15:48.991] [ERROR] Traceback (most recent call last):
[2024-05-20 15:15:48.993] [ERROR] File “core.py”, line 1412, in demo
[2024-05-20 15:15:48.995] [ERROR] File “core.py”, line 1487, in deploy_cluster
[2024-05-20 15:15:48.996] [ERROR] File “core.py”, line 1564, in _deploy_cluster
[2024-05-20 15:15:48.998] [ERROR] File “core.py”, line 1622, in install_repositories_to_servers
[2024-05-20 15:15:48.999] [ERROR] File “core.py”, line 186, in call_plugin
[2024-05-20 15:15:49.002] [ERROR] File “_plugin.py”, line 346, in call
[2024-05-20 15:15:49.005] [ERROR] File “_plugin.py”, line 304, in _new_func
[2024-05-20 15:15:49.006] [ERROR] File “/root/.obd/plugins/general/0.1/install_repo.py”, line 105, in install_repo
[2024-05-20 15:15:49.009] [ERROR] if not install_to_home_path():
[2024-05-20 15:15:49.011] [ERROR] File “/root/.obd/plugins/general/0.1/install_repo.py”, line 58, in install_to_home_path
[2024-05-20 15:15:49.013] [ERROR] success = client.execute_command(“cd ${source} && find -type f | xargs -i %(install_cmd)s ${source}/{} ${target}/{}” % {“install_cmd”: install_cmd}) and success
[2024-05-20 15:15:49.015] [ERROR] File “_plugin.py”, line 224, in new_method
[2024-05-20 15:15:49.017] [ERROR] File “_stdio.py”, line 886, in func_wrapper
[2024-05-20 15:15:49.019] [ERROR] File “ssh.py”, line 497, in execute_command
[2024-05-20 15:15:49.021] [ERROR] File “_stdio.py”, line 886, in func_wrapper
[2024-05-20 15:15:49.022] [ERROR] File “ssh.py”, line 209, in execute_command
[2024-05-20 15:15:49.023] [ERROR] File “subprocess.py”, line 1028, in communicate
[2024-05-20 15:15:49.025] [ERROR] File “subprocess.py”, line 1869, in _communicate
[2024-05-20 15:15:49.027] [ERROR] File “subprocess.py”, line 1072, in _check_timeout
[2024-05-20 15:15:49.028] [ERROR] subprocess.TimeoutExpired: Command ‘cd ${source} && find -type f | xargs -i cp -f ${source}/{} ${target}/{}’ timed out after 30 seconds
[2024-05-20 15:15:49.030] [ERROR]