From: Daira Hopwood Date: Wed, 1 May 2013 22:04:21 +0000 (+0100) Subject: Comment changes for ticket ref #1784 X-Git-Url: https://git.rkrishnan.org/frontends/wapi.txt?a=commitdiff_plain;h=d29cfe15a5b330255321cd6ff79e5dd193e72b54;p=tahoe-lafs%2Ftahoe-lafs.git Comment changes for ticket ref #1784 Signed-off-by: Daira Hopwood --- diff --git a/src/allmydata/immutable/checker.py b/src/allmydata/immutable/checker.py index 41000f7e..df67c924 100644 --- a/src/allmydata/immutable/checker.py +++ b/src/allmydata/immutable/checker.py @@ -776,7 +776,7 @@ class Checker(log.PrefixingLogMixin): unrecoverable = 1 # The file needs rebalancing if the set of servers that have at least - # one share is less than the number of uniquely-numbered shares + # one share is less than the number of uniquely-numbered good shares # available. # TODO: this may be wrong, see ticket #1115 comment:27 and ticket #1784. needs_rebalancing = bool(good_share_hosts < len(verifiedshares))