Converged Deployment
In converged deployment mode, BoostIO does not have an independent process and is loaded to the JuiceFS process as a dynamic link library (DLL). Therefore, to use the BoostIO function, you need to start the JuiceFS process and configure automatic loading of the BoostIO DLL during the process startup.
Add the BoostIO binary link path.
export LD_LIBRARY_PATH=/opt/boostio/lib
Parent topic: Starting BoostIO