项目作者: sandrain

项目描述 :
A FUSE file system frontend for AnalyzeThis, an analysis workflow-aware storage system.
高级语言: C
项目地址: git://github.com/sandrain/anfs.git
创建时间: 2021-04-12T12:41:56Z
项目社区:https://github.com/sandrain/anfs

开源协议:Other

下载


anFS

anFS is a new filesystem that exploits activeosds
to execute workflows within the storage. anFS provides a single file system
atop a set of activeosds. The idea was published in the following papers:

Compilation

anFS is based on the autotools and can be built using the following steps:

  1. shell $ cd anfs
  2. shell $ ./autogen.sh
  3. shell $ ./configure --prefix=/install/path --with-libosd=/path/to/libosd/
  4. shell $ make