Skip to content

Commit 3ffa734

Browse files
author
aneutrino
committed
fixed small mistakes
1 parent eabd725 commit 3ffa734

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

README

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,29 @@ LizardFS is a networking, distributed file system.
44

55
It spreads data over several physical locations (servers), which are visible to a user as one resource (available through FUSE).
66

7-
LizardFS is fault tolerant at data level, not completely on metadata level.
7+
LizardFS is fault tolerant at data level, not (yet) completely on metadata level.
88

99
The goals behind LizardFS are:
1010

1111
Providing free:
12-
Highly Reliable,
13-
Highly Scalable,
14-
Highly Available,
15-
Highly Secure,
16-
Highly Efficient file system solution.
12+
- Highly Reliable,
13+
- Highly Scalable,
14+
- Highly Available,
15+
- Highly Secure,
16+
- Highly Efficient file system solution.
1717
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.
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.
2222
Active cooperation with open source community.
2323
Developing test infrastructure standards for distributed file systems.
2424

25-
LizardFS is a fork of moosefs.
25+
LizardFS is a fork of MooseFS.
2626

2727
Motivations behind creating this fork are:
2828

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
29+
- rare updates of git repository,
30+
- lack of community (only 2 developers 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 maintainers,
32+
- our ability to perfect the tool.

public/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ <h1>About LizardFS</h1>
5757
</p>
5858
LizardFS is a networking, distributed file system.<br>
5959
It spreads data over several physical locations (servers), which are visible to a user as one resource (available through <a href="http://fuse.sourceforge.net/" target="_blanc">FUSE</a>).<br>
60-
LizardFS is fault tolerant at data level, not completely on metadata level.<br>
61-
The goals behind LizardFS are:
60+
LizardFS is fault tolerant at data level, not (yet) completely on metadata level.<br>
61+
<b>The goals behind LizardFS are:</b>
6262
<ul>
6363
<li>
6464
Providing free:
@@ -82,13 +82,13 @@ <h1>About LizardFS</h1>
8282
<li>Active cooperation with open source community.</li>
8383
<li>Developing test infrastructure standards for distributed file systems.</li>
8484
</ul>
85-
LizardFS is a fork of <a href="http://moosefs.org" target="_blank">moosefs</a>.<br>
86-
Motivations behind creating this fork are:
85+
LizardFS is a fork of <a href="http://moosefs.org" target="_blank">MooseFS</a>.<br>
86+
<b>Motivations behind creating this fork are:</b>
8787
<ul>
88-
<li>rare updates of git repository</li>
89-
<li>lack of community (only 2 developpers made commits to public git repository at sourceforge)</li>
90-
<li>increase in the number of possible contributors with a simultaneous lack of response on the part of moosefs mainteners</li>
91-
<li>our ability to perfect the tool</li>
88+
<li>rare updates of git repository,</li>
89+
<li>lack of community (only 2 developers made commits to public git repository at sourceforge),</li>
90+
<li>increase in the number of possible contributors with a simultaneous lack of response on the part of moosefs maintain,</li>
91+
<li>our ability to perfect the tool.</li>
9292
</ul>
9393
</section>
9494

@@ -140,7 +140,7 @@ <h1>Roadmap</h1>
140140
<li>multiplatform support - think over, prepare compatibility table</li>
141141
<li>ssd support, goal 2.0 (level goal)</li>
142142
<li>introduce alternative to replication, e.g. erasure codes</li>
143-
<li>IPv6</li>
143+
<li>IPv6 support</li>
144144
<li>quota system for files and space</li>
145145
<li>rate limiting</li>
146146
<li>global lock</li>

0 commit comments

Comments
 (0)