HDD-based Ceph Cluster with Open Cache Acceleration Software (Open CAS)
Building Open CAS
Build Open CAS at one of the machines:
Details in Open CAS Linux.
# download and extract it curl -sL https://github.com/Open-CAS/open-cas-linux/releases/download/v22.6.2/open-cas-linux-22.06.2.0723.release.tar.gz | tar xz cd open-cas-linux-* # setup build environment sudo apt update sudo apt install -y build-essential libelf-dev sudo apt install -y debhelper devscripts dkms # confiure and build ./configure make make deb # package the installation packages tar czf open-cas.tar.gz packages/*.deb