Changeset 1c2f3ee9 in trunk
- Timestamp:
- 2020-12-14T14:40:30Z (5 years ago)
- Branches:
- master
- Children:
- 919f31a, 93fb28f6, bf799c1
- Parents:
- e59a922 (diff), 158c4b9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - git-author:
- Jean-Paul Calderone <exarkun@…> (2020-12-14 14:40:30)
- git-committer:
- GitHub <noreply@…> (2020-12-14 14:40:30)
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified docs/historical/configuration.rst ¶
re59a922 r1c2f3ee9 24 24 ``[client]helper.furl`` ``BASEDIR/helper.furl`` 25 25 ``[client]key_generator.furl`` ``BASEDIR/key_generator.furl`` 26 ``[client]stats_gatherer.furl`` ``BASEDIR/stats_gatherer.furl`` 26 ``BASEDIR/stats_gatherer.furl`` Stats gatherer has been removed. 27 27 ``[storage]enabled`` ``BASEDIR/no_storage`` (``False`` if ``no_storage`` exists) 28 28 ``[storage]readonly`` ``BASEDIR/readonly_storage`` (``True`` if ``readonly_storage`` exists) … … 48 48 addition to any that were automatically discovered), whereas the new 49 49 ``tahoe.cfg`` directive is not (``tub.location`` is used verbatim). 50 51 The stats gatherer has been broken at least since Tahoe-LAFS v1.13.0. 52 The (broken) functionality of ``[client]stats_gatherer.furl`` (which 53 was previously in ``BASEDIR/stats_gatherer.furl``), is scheduled to be 54 completely removed after Tahoe-LAFS v1.15.0. After that point, if 55 your configuration contains a ``[client]stats_gatherer.furl``, your 56 node will refuse to start.
Note: See TracChangeset
for help on using the changeset viewer.