Back to TopRate This DocumentFindabilityAccuracyCompletenessReadability0/200SubmitClose Incorporating the Compression Algorithm Plugin into Ceph Source Code Obtain Ceph 14.2.8 source code.Download the source code. Upload the source package to the /home directory on the server and decompress it.1 2cd /home tar zxvf ceph-14.2.8.tar.gz Incorporate the compression algorithm plugin.Obtain ceph-14.2.8-glz.patch and upload it to the /home/ceph-14.2.8 directory on the server.Incorporate the patch. Before incorporating the patch, check that the patch version matches the Ceph version. 1 2cd /home/ceph-14.2.8 patch -p1 < ceph-14.2.8-glz.patch Parent topic: Compiling and Deploying Ceph