Rate This Document
Findability
Accuracy
Completeness
Readability

Converged Deployment

In both separated and independent deployment modes, you can run the systemd command to start BoostIO. If you want the bio_daemon process to be taken over by the OS and automatically restart when a fault or exception occurs, you can use this method. For details about the configuration, see the official documentation.

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