diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-04-07 03:00:06 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-04-07 03:00:06 +0000 |
commit | 635b901ad647a80446cdf844c796799e2ebfae9a (patch) | |
tree | 0e3a586b76159966a4be04e648121bd009d4f6b0 /sysutils/Makefile | |
parent | ffd34867196e6207b57d78f84b25ad957ee3956f (diff) |
MooseFS is a fault tolerant, network distributed file system.
mfschunkserver is any number of commodity servers storing files
data and synchronizing it among themselves (if a certain file
is supposed to exist in more than one copy).
WWW: http://www.moosefs.org/
Submitted by: Chifeng Qu <chifeng@gmail.com> (via Email)
Notes
Notes:
svn path=/head/; revision=252359
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 6aeb40003dcb..27e77802161d 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -495,6 +495,7 @@ SUBDIR += monitord SUBDIR += monkeytail SUBDIR += mono-kmod + SUBDIR += moosefs-chunkserver SUBDIR += moosefs-master SUBDIR += moreutils SUBDIR += most |