Incorporating the KSAL EC Algorithm Plugin into Ceph Source Code
Before compilation, integrate the KSAL EC algorithm plugin into Ceph source code on the compilation server so that the KSAL EC algorithm can be used in Ceph. Any one of the client nodes can be used as the compilation server.
- Obtain ceph-14.2.8.tar.gz and ceph-ksal-ec-plugin.patch and place them in the /home directory.
- Decompress the source code.
1 2
cd /home tar zxvf ceph-14.2.8.tar.gz
- Place ceph-ksal-ec-plugin.patch in /home/ceph-14.2.8.
cp /home/ceph-ksal-ec-plugin.patch /home/ceph-14.2.8
- Incorporate the plugin.
1 2
cd /home/ceph-14.2.8 patch -p1 < ceph-ksal-ec-plugin.patch
Parent topic: Compiling and Deploying Ceph