Rate This Document
Findability
Accuracy
Completeness
Readability

Incorporating the Compression Algorithm Plugin into Ceph Source Code

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

    2. Upload the source package to the /home directory on the server and decompress it.
      1
      2
      cd /home
      tar zxvf ceph-14.2.8.tar.gz
      
  2. Incorporate the compression algorithm plugin.
    1. Obtain ceph-14.2.8-glz.patch and upload it to the /home/ceph-14.2.8 directory on the server.
    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