Sơn Bùi
03/13/2026, 4:33 AMdata directory. Everything seems fine; I can add the two backend nodes to the frontend node in dbeaver. However, when running the cluster, specifically the show backend command, both data total capacity and total capacity show 0. I don't know what's causing this error. Does anyone have any ideas? If needed, I'm willing to provide the Docker Compose file to build the BE, and the relevant files in the data folder.Max Gorinevsky
03/13/2026, 9:22 AMstorage_root_path in be.conf.It needs to point to a mount that exists inside the container (and it needs to be accessible).Sơn Bùi
03/17/2026, 1:25 AM