From: david-sarah Date: Tue, 25 Oct 2011 13:25:50 +0000 (-0700) Subject: docs/about.rst: correct the description of availability to take into account that... X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Ftahoe-lafs.git;a=commitdiff_plain;h=f8be1f6220f50366bd3a579308ac39a7186ac8f6 docs/about.rst: correct the description of availability to take into account that shares may not be stored on distinct servers. --- diff --git a/docs/about.rst b/docs/about.rst index 736f4379..6d9cdc0d 100644 --- a/docs/about.rst +++ b/docs/about.rst @@ -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