You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run docker logs --tail 20 -f oceanbase-ce, and got
+--------------+---------+------------------------+------------------------------------------+
Repository integrity check ok
Parameter check ok
Cluster status check ok
Initializes observer work home x
[ERROR] OBD-1002: Fail to init 127.0.0.1 home path: /root/ob is not empty.
Initializes obagent work home x
[ERROR] OBD-1002: Fail to init 127.0.0.1 home path: /root/obagent is not empty.
See https://www.oceanbase.com/product/ob-deployer/error-codes .
Trace ID: 33b36f50-1d87-11ef-a58a-0242ac110003
If you want to view detailed obd logs, please run: obd display-trace 33b36f50-1d87-11ef-a58a-0242ac110003
/////////////////////// phase end: 44.454 s ///////////////////////
/////////////////////// STEP 5: Ob-deploy Create Tenant ///////////////////////
Deploy "obcluster" is configured
See https://www.oceanbase.com/product/ob-deployer/error-codes .
Trace ID: 4d9a4aba-1d87-11ef-9e63-0242ac110003
If you want to view detailed obd logs, please run: obd display-trace 4d9a4aba-1d87-11ef-9e63-0242ac110003
deploy failed!
Additional context
try docker image oceanbase/oceanbase-ce:4.2.2, same thing happen
The text was updated successfully, but these errors were encountered:
The obd check the ob and obagent folder are not empty. But it is confused that the docker startup without mount any folder.
I try it with the same command while it starts successfully.
Describe the bug
Run with official docker image, but get failed.
Environment
docker image
oceanbase/oceanbase-ce:4.3.0
Fast Reproduce Steps(Required)
Steps to reproduce the behavior:
Actual Behavior
run
docker logs --tail 20 -f oceanbase-ce
, and gotAdditional context
try docker image
oceanbase/oceanbase-ce:4.2.2
, same thing happenThe text was updated successfully, but these errors were encountered: