Skip to content

Commit eabd725

Browse files
author
kuba
committed
added README file
1 parent 5e1b061 commit eabd725

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README

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

0 commit comments

Comments
 (0)