Rate This Document
Findability
Accuracy
Completeness
Readability

Incorporating the Compression Algorithm Plugin into Ceph Source Code

Obtaining the Ceph 14.2.11 Source Code

  1. Download the source code.

    Source code URL: https://download.ceph.com/tarballs/

  2. Save the source package to the /home directory on the server and decompress the package.
    1
    2
    cd /home
    tar zxvf ceph-14.2.11.tar.gz
    

Incorporating the Compression Algorithm Plugin

  1. Obtain the patch and save it to the /home/ceph-14.2.11 directory.

    https://gitee.com/kunpengcompute/ceph/releases/tag/v14.2.11

  2. Apply the patch.
    1
    2
    cd /home/ceph-14.2.11
    patch -p1 < ceph-14.2.11-glz.patch