Skip to content

wfxiang08/go-mfsclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this is a client library for MooseFS [1], and a web server (mfsserver) 
to serve files in MooseFS.

You should install a recent Go release first, then:

$ git clone https://github.com/davies/go-mfsclient
$ cd go-mfsclient
$ make
$ ./mfsserver -h 
Usage of ./mfsserver:
  -cache=false: enable inode cache
  -cpuprofile="": write cpu profile to file
  -listen=":9500": http service address
  -local="": use local dir instead
  -mfsmaster="mfsmaster": the listen of mfsmaster

** mounting subdir is NOT supported now, will been added later.

[1] http://www.moosefs.org/

About

Client Library for MooseFS in Go, and a web server to serve content from MooseFS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published