]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Comment changes for ticket ref #1784
authorDaira Hopwood <david-sarah@jacaranda.org>
Wed, 1 May 2013 22:04:21 +0000 (23:04 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Wed, 9 Apr 2014 00:33:54 +0000 (01:33 +0100)
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
src/allmydata/immutable/checker.py

index 41000f7e0d14df68ae0a5bf0faedefeb017867aa..df67c924f90a1fbed43b211f0c9829d8d3bb30bd 100644 (file)
@@ -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))