[tahoe-lafs-trac-stream] [tahoe-lafs] #1791: UploadUnhappinessError with available storage nodes > shares.happy
tahoe-lafs
trac at tahoe-lafs.org
Sat Jul 7 19:38:31 UTC 2012
#1791: UploadUnhappinessError with available storage nodes > shares.happy
-------------------------+------------------------
Reporter: gyver | Owner: davidsarah
Type: defect | Status: new
Priority: major | Milestone: undecided
Component: unknown | Version: 1.9.2
Resolution: | Keywords: happy
Launchpad Bug: |
-------------------------+------------------------
Comment (by davidsarah):
Please add the following just after line 225 (i.e. after
{{{readonly_servers = }}}... and before {{{# decide upon the
renewal/cancel secrets}}}...) of
[source:1.9.2/src/allmydata/immutable/upload.py
src/allmydata/immutable/upload.py in 1.9.2]:
{{{
self.log(format="servers before upload: %(connected_servers)r
permuted to %(all_servers)r, of which"
"%(writeable_servers)r are writeable and
%(readonly_servers)r are read-only",
connected_servers=storage_broker.get_connected_servers(),
all_servers=all_servers,
writeable_servers=writeable_servers,
readonly_servers=readonly_servers,
level=log.OPERATIONAL)
}}}
and then show the log for a failing upload.
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1791#comment:6>
tahoe-lafs <https://tahoe-lafs.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list