我要评分
获取效率
正确性
完整性
易理解

Incorporating the Compression Algorithm Plugin into Ceph Source Code

  1. Obtain Ceph 14.2.8 source code.
    1. Download the source package.

      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.8.tar.gz
      
  2. Incorporate the compression algorithm plugin.
    1. Obtain the patch and save it to the /home/ceph-14.2.8 directory.

      https://gitee.com/kunpengcompute/ceph/tree/14.2.8

    2. 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