You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/index.html
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,8 @@ <h1>About LizardFS</h1>
57
57
</p>
58
58
LizardFS is a networking, distributed file system.<br>
59
59
It spreads data over several physical locations (servers), which are visible to a user as one resource (available through <ahref="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>
62
62
<ul>
63
63
<li>
64
64
Providing free:
@@ -82,13 +82,13 @@ <h1>About LizardFS</h1>
82
82
<li>Active cooperation with open source community.</li>
83
83
<li>Developing test infrastructure standards for distributed file systems.</li>
84
84
</ul>
85
-
LizardFS is a fork of <ahref="http://moosefs.org" target="_blank">moosefs</a>.<br>
86
-
Motivations behind creating this fork are:
85
+
LizardFS is a fork of <ahref="http://moosefs.org" target="_blank">MooseFS</a>.<br>
86
+
<b>Motivations behind creating this fork are:</b>
87
87
<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>
92
92
</ul>
93
93
</section>
94
94
@@ -140,7 +140,7 @@ <h1>Roadmap</h1>
140
140
<li>multiplatform support - think over, prepare compatibility table</li>
141
141
<li>ssd support, goal 2.0 (level goal)</li>
142
142
<li>introduce alternative to replication, e.g. erasure codes</li>
0 commit comments