ob软件包上传失败

【 使用环境 】生产环境
【 OB or 其他组件 】
【 使用版本 】ocp332
【问题描述】在ocp中上传ob软件包失败,其他包(obproxy,obclient 10M大小)可以上传成功,是哪里做了限制吗?ob软件包400多M

原因分析

软件包上传失败,有如下可能:
OCP Server 不能正常工作。
OCP Server 主机存储空间不足。
MetaDB 存储空间不足。
客户端所在网络环境较差(如堡垒机网络限制、带宽限制等)。
按照以上内容查询,不存在以上问题。

curl -i --user admin:‘SHsnc!@#123’ -X POST \

http://127.0.0.1:8080/api/v2/files/uploadFile?type=OB_SERVER_INSTALL_PACKAGE
-H “Content-Type: multipart/form-data”
-F “file=@//root/t-oceanbase-antman/oceanbase-3.2.3.2-105020012022101916.el7.x86_64.rpm”
HTTP/1.1 100

HTTP/1.1 500
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
vary: accept-encoding
Content-Type: application/json
Transfer-Encoding: chunked
Date: Thu, 02 Mar 2023 06:35:45 GMT
Connection: close

{“duration”:3933,“error”:{“code”:0,“debugMessage”:“could not execute statement; nested exception is org.hibernate.exception.JDBCConnectionException: could not execute statement”,“message”:“Unhandled exception, type=DataAccessResourceFailureException”},“server”:“172.16.100.84”,“status”:500,“successful”:false,“timestamp”:“2023-03-02T14:35:45.445+08:00”,“traceId”:“5fa45eeaee494f63”}


这个应该是磁盘空间不足了,可以df -h看下容器挂载目录空间占用