]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Add _do_inquiry method; rework readonly check to use _do_inquiry.
authorKevan <kevan@isnotajoke.com>
Sat, 14 Jan 2012 20:57:06 +0000 (12:57 -0800)
committerDaira Hopwood <david-sarah@jacaranda.org>
Thu, 25 Apr 2013 16:49:29 +0000 (17:49 +0100)
commitc8145d580d0effe581075afc38671cb2b12e8d8b
tree47e2328121ba6cade33ef412892f4c47ec4b23d1
parent2e0ff81e168bf5d9741ad44b76b2448e4a2d0814
Add _do_inquiry method; rework readonly check to use _do_inquiry.

do_inquiry contacts a storage server (through its tracker instance)
asking about existing shares, recording any that it finds to our
internal state. In the current codebase, this will be used for the
readonly check, but we'll be able to use it later to handle the inquiry
tasks given to us by the peer selector.
src/allmydata/immutable/upload.py