forked from lizardfs/lizardfs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
32 lines (24 loc) · 1.26 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
LizardFS is a networking, distributed file system.
It spreads data over several physical locations (servers), which are visible to a user as one resource (available through FUSE).
LizardFS is fault tolerant at data level, not (yet) completely on metadata level.
The goals behind LizardFS are:
Providing free:
- Highly Reliable,
- Highly Scalable,
- Highly Available,
- Highly Secure,
- Highly Efficient file system solution.
Adapting modern agile development of distributed system in C++:
- git - https://github.com/lizardfs/lizardfs,
- jenkins (for access please contact [email protected]),
- gerrit (for access please contact [email protected]),
- unit testing.
Active cooperation with open source community.
Developing test infrastructure standards for distributed file systems.
LizardFS is a fork of MooseFS.
Motivations behind creating this fork are:
- rare updates of git repository,
- lack of community (only 2 developers made commits to public git repository at sourceforge),
- increase in the number of possible contributors with a simultaneous lack of response on the part of moosefs maintainers,
- our ability to perfect the tool.
More info at: www.lizardfs.org.