mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 00:24:13 +00:00
docs/about.rst: correct the description of availability to take into account that shares may not be stored on distinct servers.
This commit is contained in:
parent
633641174a
commit
f8be1f6220
@ -50,10 +50,11 @@ integrity-checked by the gateway, so that the servers can neither read nor
|
||||
modify the contents of the files.
|
||||
|
||||
Users do rely on storage servers for *availability*. The ciphertext is
|
||||
erasure-coded and distributed across ``N`` storage servers (the default value
|
||||
for ``N`` is 10) so that it can be recovered from any ``K`` of these servers
|
||||
(the default value of ``K`` is 3). Therefore only the simultaneous failure
|
||||
of ``N-K+1`` (with the defaults, 8) servers can make the data unavailable.
|
||||
erasure-coded into ``N`` shares distributed across at least ``H`` distinct
|
||||
storage servers (the default value for ``N`` is 10 and for ``H`` is 7) so
|
||||
that it can be recovered from any ``K`` of these servers (the default
|
||||
value of ``K`` is 3). Therefore only the failure of ``H-K+1`` (with the
|
||||
defaults, 5) servers can make the data unavailable.
|
||||
|
||||
In the typical deployment mode each user runs her own gateway on her own
|
||||
machine. This way she relies on her own machine for the confidentiality and
|
||||
|
Loading…
x
Reference in New Issue
Block a user