Changes between Initial Version and Version 1 of Ticket #2202
- Timestamp:
- 2014-03-18T16:48:00Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2202 – Description
initial v1 1 1 I configured tahoe-lafs with 5 node, and I configured shares.needed=2, shares.happy=3 and shares.total=5 in the tahoe-client. I turned off all but one my storage's server when i restarted my server, my tahoe-storage configuration say: 2 2 3 {{{ 3 4 ERROR: UnrecoverableFileError(no recoverable versions) 4 5 "[Failure instance: Traceback: <class 'allmydata.mutable.common.UnrecoverableFileError'>: no recoverable versions" … … 10 11 /usr/lib/python2.7/dist-packages/twisted/internet/defer.py:545:_runCallbacks 11 12 /root/allmydata-tahoe-1.10.0/src/allmydata/mutable/filenode.py:400:_get_version 13 }}} 12 14 13 15 How can I resolve this?