Home

Awesome

Gitter chat Issue Tracker CI status Maven metadata URL Docker Pulls

Introduction

The storage driver implementation may be used to perform file non-blocking I/O. Typically used totest CIFS/HDFS/NFS shares mounted locally. However, testing distributed filesystems via the mounted shares may be not accurate due to additional VFS layer. The measured rates may be:

Features

Usage

Get the latest pre-built jar file which is available at: http://repo.maven.apache.org/maven2/com/github/emc-mongoose/mongoose-storage-driver-fs/ The jar file may be downloaded manually and placed into the <USER_HOME_DIR>/.mongoose/<VERSION>/ext directory of Mongoose to be automatically loaded into the runtime.

java -jar mongoose-<VERSION>.jar \
    --storage-driver-type=fs \
    --storage-net-node-addrs=<NODE_IP_ADDRS> \
    --storage-net-node-port=<NODE_PORT> \
    ...

Standalone

java -jar mongoose-<VERSION>.jar \
    --storage-driver-type=fs \
    ...