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 package.https://download.ceph.com/tarballs/ Save the source package to the /home directory on the server and decompress the package.1 2cd /home tar zxvf ceph-14.2.8.tar.gz Incorporate the compression algorithm plugin.Obtain the patch and save it to the /home/ceph-14.2.8 directory.https://gitee.com/kunpengcompute/ceph/tree/14.2.8 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