Skip to content

thustorage/octopus

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 

octopus

Octopus: an RDMA-enabled distributed persistent memory file system

Please read the following paper for more details: Youyou Lu, Jiwu Shu, Youmin Chen. "Octopus: an RDMA-enabled distributed persistent memory file system", in USENIX Annual Technical Conference (USENIX ATC'17), 2017

WARNING: The code can only used for academic research.

Installation:

  • OS: Fedora
  • Dependencies: fuse-devel, cryptopp-devel,boost-devel,mpicxx,g++(4.9 and higher),libibverbs,java

Build Octopus:

  • create a new folder "build"
  • run "cmake .. & make -j"
  • dmfs: octopus server
  • mpibw: data I/O test
  • mpitest: metadata

Octopus support two modes: fuse and library:

  • Library: refer to the usage of src/client/nrfs.h and mpibw/mpitest
  • FUSE (fusenrfs): octopus client over fuse -- run "./fusenrfs -f -o direct_io /mnt/dmfs"

Configuration: conf.xml: configuration of the cluster

Storage Research Group @ Tsinghua Universty

About

An RDMA-enabled Distributed Persistent Memory File System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published