标签:
http://www.moosefs.org/
http://moosefs.com/download.html
CE版
Community Edition
Now you can install MooseFS in standard way using your favorite package manager on one of the following platforms using officially supported repository:
Ubuntu 10/12/14
Debian 5/6/7
RHEL/CentOS versions 5/6
OpenSUSE 12
FreeBSD 9.3/10
MacOS X 10.9
To get more information on how to install Community Edition of the product please read the instructions specific to your platform.
Repository branches
Our repository contains two branches: stable and current.
Version from stable branch has been tested both in the production and in our test environment. Version from current branch - only in our test environment.
PRO版
MooseFS Professional
MooseFS PRO is also available from the repositories in binaries, but to run it the appropriate license key is needed.
介绍 INTRO
MooseFS is a fault tolerant, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS acts as other Unix-alike file systems:
架构 ARCHITECTURE
MooseFS consists of four components:
master server
chunk server
metalogger server
mfsmount mfsmount is based on the FUSE mechanism (Filesystem in USErspace), so MooseFS is available on every Operating System with a working FUSE implementation (Linux, FreeBSD, MacOS X, etc.)
系统如何工作 HOW THE SYSTEM WORKS
容错 fault tolerant
PLATFORMS
MooseFS is available on every Operating System with a working FUSE implementation:
Linux (Linux 2.6.14 and up have FUSE support included in the official kernel)
FreeBSD
OpenSolaris
MacOS X
The master server, metalogger server and chunkservers can also be run on Solaris or Windows with Cygwin. Unfortunately without FUSE it won‘t be possible to mount the filesystem within these operating systems.
curl "http://ppa.moosefs.com/RPM-GPG-KEY-MooseFS" > /etc/pki/rpm-gpg/RPM-GPG-KEY-MooseFS
curl "http://ppa.moosefs.com/MooseFS-stable-rhsysv.repo" > /etc/yum.repos.d/MooseFS.repo
标签:
原文地址:http://www.cnblogs.com/createyuan/p/4305151.html