diff --git a/KnownIssues.md b/KnownIssues.md index acb2246..9836609 100644 --- a/KnownIssues.md +++ b/KnownIssues.md @@ -13,14 +13,14 @@ If a Tahoe storage server runs out of space, writes will fail with an `IOError` exception. In some situations, Tahoe-1.1 clients will not react to this very well: - * if the exception occurs during an immutable-share write, that share will + * If the exception occurs during an immutable-share write, that share will be broken. The client will detect this, and will declare the upload as failing if insufficient shares can be placed (this "shares of happiness" threshold defaults to 7 out of 10). The code does not yet search for new servers to replace the full ones. If the upload fails, the server's upload-already-in-progress routines may interfere with a subsequent upload. - * if the exception occurs during a mutable-share write, the old share will + * If the exception occurs during a mutable-share write, the old share will be left in place (and a new home for the share will be sought). If enough old shares are left around, subsequent reads may see the file in its earlier state, known as a "rollback" fault. Writing a new version of the