返回顶部我要评分获取效率正确性完整性易理解0/200提交关闭 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 2 cd /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 2 cd /home/ceph-14.2.8 patch -p1 < ceph-14.2.8-glz.patch Parent topic: Compiling and Deploying Ceph