]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
docs/about.rst: correct the description of availability to take into account that...
authordavid-sarah <david-sarah@jacaranda.org>
Tue, 25 Oct 2011 13:25:50 +0000 (06:25 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Tue, 25 Oct 2011 13:25:50 +0000 (06:25 -0700)
docs/about.rst

index 736f437943d41006efd8186d5372d002f9037e7e..6d9cdc0db4fe070c4d714636ce2fb5b6d2885e9f 100644 (file)
@@ -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