projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
598cd91
)
Comment changes for ticket ref #1784
author
Daira Hopwood
<david-sarah@jacaranda.org>
Wed, 1 May 2013 22:04:21 +0000
(23:04 +0100)
committer
Daira 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
patch
|
blob
|
history
diff --git
a/src/allmydata/immutable/checker.py
b/src/allmydata/immutable/checker.py
index 41000f7e0d14df68ae0a5bf0faedefeb017867aa..df67c924f90a1fbed43b211f0c9829d8d3bb30bd 100644
(file)
--- 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))