From d29cfe15a5b330255321cd6ff79e5dd193e72b54 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Wed, 1 May 2013 23:04:21 +0100 Subject: [PATCH] Comment changes for ticket ref #1784 Signed-off-by: Daira Hopwood --- src/allmydata/immutable/checker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.45.2