Incorporating the KSAL EC Algorithm Plugin into Ceph Source Code
- Obtain ceph-14.2.8.tar.gz and ceph-ksal-ec-plugin.patch and place them in the /home directory.
- Decompress ceph-14.2.8.tar.gz.
1tar 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