Rate This Document
Findability
Accuracy
Completeness
Readability

Installing the Closed-Source KSAL Package

Install the KSAL on all nodes in the cluster. The KSAL is installed using an RPM package. Decompress the ZIP package to obtain the RPM package and install the KSAL.

Procedure

  1. Obtain BoostKit-KSAL_1.0.0.zip and save it to the /home directory.
  2. Decompress BoostKit-KSAL_1.0.0.zip in the /home directory.
    unzip BoostKit-KSAL_1.0.0.zip
  3. Install the extracted RPM package.
    rpm -ivh /home/libksal-release-1.0.0.oe1.aarch64.rpm
  4. Check the RPM installation.
    rpm -qi libksal
    The command output is as follows:
    Name        : libksal
    Version     : 1.0.0
    Release     : 1
    Architecture: aarch64
    Install Date: Tue 22 Aug 2023 09:59:15 AM CST
    Group       : Unspecified
    Size        : 144923
    License     : GPL
    Signature   : (none)
    Source RPM  : libksal-1.0.0-1.src.rpm
    Build Date  : Thu 17 Aug 2023 02:50:00 PM CST
    Build Host  : buildhost
    Summary     : Kunpeng Storage Acceleration Library
    Description :
    Kunpeng Storage Acceleration Library

Follow-up Operations

After the closed-source KSAL package is installed, if you need to enable the KSAL EC algorithm in Ceph, deploy a Ceph cluster and enable the KSAL EC algorithm by referring to Compiling and Deploying Ceph. If you need to directly invoke the KSAL to optimize the system performance, you can skip Compiling and Deploying Ceph and refer to KSAL Development Reference.