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:
b24c292
)
mutable.txt: we're now sort of ready to handle lease-migration
author
Brian Warner
<warner@lothar.com>
Wed, 31 Oct 2007 07:04:08 +0000
(
00:04
-0700)
committer
Brian Warner
<warner@lothar.com>
Wed, 31 Oct 2007 07:04:08 +0000
(
00:04
-0700)
docs/mutable.txt
patch
|
blob
|
history
diff --git
a/docs/mutable.txt
b/docs/mutable.txt
index 3cb10525b1839a970a22cf68e8bfb07c75454054..2e8df4436efd331650d5aa42be3119ec9d74b4de 100644
(file)
--- a/
docs/mutable.txt
+++ b/
docs/mutable.txt
@@
-520,3
+520,8
@@
nodeid who accepted the lease is useful, we can use the same protocol as we
do for updating the write enabler. However we need to know which lease to
update.. maybe send back a list of all old nodeids that we find, then try all
of them when we accept the update?
+
+ We now do this in a specially-formatted IndexError exception:
+ "UNABLE to renew non-existent lease. I have leases accepted by " +
+ "nodeids: '12345','abcde','44221' ."
+