Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rootfs/fusionfs
https://github.com/rootfs/fusionfs
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rootfs/fusionfs
- Owner: rootfs
- Created: 2015-01-14T13:52:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-14T15:23:49.000Z (almost 10 years ago)
- Last Synced: 2024-06-11T16:24:19.788Z (5 months ago)
- Language: C++
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fusionfs
## Installation
Install node.js, redis, redis3m, cmake 2.8 (or higher), fuse library, boost 1.57, Apache thrift..## Compile
cd src
make
## Run
Start meta server:
mkdir -p /tmp/test
src/meta_data/fusionfs /tmp/test
Start osd on the localhost:
mkdir -p /tmp/osd
cd src/thrift; node osd.js