Integrating the Data Compaction Function into Ceph
- Download the source code.
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
- Apply the data compaction plugin.
- Download the data compaction software package to the /home/ceph-14.2.8 directory.
- Obtain the software verification tool.
https://support.huawei.com/enterprise/en/tool/pgp-verify-TL1000000054
- Verify the installation package integrity by following the instructions described in the OpenPGP Signature Verification Guide obtained in 5.
- Decompress the installation package.
1 2
cd /home/ceph-14.2.8/ unzip BoostKit-compaction_1.0.0.zip
The boostkit-compaction-1.0.0-1.aarch64.rpm package is extracted.
- Install the RPM package.
1rpm -ivh boostkit-compaction-1.0.0-1.aarch64.rpm
Parent topic: Data Compaction Feature Guide