Changes between Version 4 and Version 5 of Ticket #2124


Ignore:
Timestamp:
2013-12-10T15:27:48Z (11 years ago)
Author:
amontero
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2124 – Description

    v4 v5  
    5757 well, client.py is slightly misnamed. client.py is where we set up all clients and storage servers. it doesn't include the weird nodes (key-generator, stats-gatherer, etc) basically because it's so common to run a node that has both client stuff and storage-server stuff. we lumped them together (at least the high-level setup code) in a single file we may fix that some day by moving the init_storage() method out of client.py and into something else but init_storage() is definitely the right place to read storage-related config settings, and init_storage() currently lives in client.py
    5858
    59 BTW, my newbie feature branch attempt is at https://github.com/pataquets/tahoe-lafs/compare/1.10.0-storage-server--max-shares (no config, hardcoded to 1) but it is a proof/WIP, it's pending more manual testing.
     59BTW, my newbie feature branch attempt is at https://github.com/pataquets/tahoe-lafs/compare/ticket-2124 (no config, hardcoded to 1) but it is a proof/WIP, it's pending more manual testing. Be aware that it is implemented on top of 1.10.0.