#2848 closed enhancement (fixed)

Set total/needed/happy from command-line

Reported by: meejah Owned by: Brian Warner <warner@…>
Priority: normal Milestone: 1.12.0
Component: code-frontend-cli Version: 1.11.0
Keywords: Cc:
Launchpad Bug:

Description

To ease scripted setups of a new tahoe node (e.g. in Docker) it would be nice to allow setting of some default options from the command-line, with the values for the shares (total/needed/happy) being one such pain-point.

This then avoids having to programmatically edit the tahoe.cfg immediately after tahoe create-node

Change History (2)

comment:2 Changed at 2016-12-14T06:36:45Z by Brian Warner <warner@…>

  • Owner set to Brian Warner <warner@…>
  • Resolution set to fixed
  • Status changed from new to closed

In a7479f1/trunk:

Merge PR376

This adds "tahoe create-client" (and create-node) arguments which set the
default encoding parameters of the newly-created node (modifying the initial
tahoe.cfg contents). Easier than creating the node and then immediately
editing tahoe.cfg.

Closes ticket:2848

Note: See TracTickets for help on using tickets.