Rate This Document
Findability
Accuracy
Completeness
Readability

Incorporating the KSAL EC Algorithm Plugin into Ceph Source Code

  1. Obtain ceph-14.2.8.tar.gz and ceph-ksal-ec-plugin.patch and place them in the /home directory.
  2. Decompress ceph-14.2.8.tar.gz.
    1
    tar zxvf ceph-14.2.8.tar.gz
    
  3. Place ceph-ksal-ec-plugin.patch in /home/ceph-14.2.8.
    cp /home/ceph-ksal-ec-plugin.patch /home/ceph-14.2.8
  4. Incorporate the plugin.
    1
    2
    cd /home/ceph-14.2.8
    patch -p1 < ceph-ksal-ec-plugin.patch