Skip to content

Saltflow/spdk_blob_top_fs

Repository files navigation

A filesystem framework for SPDK Blobstore

Dependencies:

  • SPDK v 20.10.x

Getting started

  1. Get a copy of SPDK at https://github.com/spdk/spdk
git clone https://github.com/spdk/spdk
cd spdk
sudo scripts/pkgdep.sh --all
./configure --with-shared
make
sudo make install
  1. Compile
git clone https://github.com/Saltflow/spdk_blob_top_fs
cd spdk_blob_top_fs
./one_script_make.sh
  1. Unit Test
cd unit_test
make
./start.sh

Code structure

  • ./spdk_fs : The basic filesystem framework in lieu of VFS

  • ./simple_fs : A simple VFS

  • ./blobop_fio_plugin : fio plugin

  • ./test : some test cases

  • ./scripts: code style check adopted from spdk

About

A VFS layer on top of SPDK blob layer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published