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:
7338440
)
mutable/checker: announce the mapupdate op on the 'recent uploads+downloads' page
author
Brian Warner
<warner@lothar.com>
Thu, 23 Oct 2008 23:03:19 +0000
(16:03 -0700)
committer
Brian Warner
<warner@lothar.com>
Thu, 23 Oct 2008 23:03:19 +0000
(16:03 -0700)
src/allmydata/mutable/checker.py
patch
|
blob
|
history
diff --git
a/src/allmydata/mutable/checker.py
b/src/allmydata/mutable/checker.py
index 73f6f8d6d05fee6b6e3aa619f5df2795ad33c976..0a01cf89b4373424c0903f3e4460c5e65056c835 100644
(file)
--- a/
src/allmydata/mutable/checker.py
+++ b/
src/allmydata/mutable/checker.py
@@
-23,6
+23,7
@@
class MutableChecker:
def check(self, verify=False):
servermap = ServerMap()
u = ServermapUpdater(self._node, self._monitor, servermap, MODE_CHECK)
+ self._node._client.notify_mapupdate(u.get_status())
d = u.update()
d.addCallback(self._got_mapupdate_results)
if verify: