Incorporating the Compression Algorithm Plugin into Ceph Source Code
Obtaining the Ceph 14.2.8 Source Code
- Download the source code.
- Save the source package to the /home directory on the server and decompress the package.
1 2
cd /home tar zxvf ceph-14.2.8.tar.gz
Incorporating the Compression Algorithm Plugin
- Obtain the plugin patch and save it to the /home/ceph-14.2.8 directory.
- Incorporate the patch.
1 2
cd /home/ceph-14.2.8 patch -p1 < ceph-14.2.8-glz.patch
Note: The patch version must correspond to the Ceph version.
Parent topic: Compiling and Deploying Ceph
