Changeset 1c2f3ee9 in trunk


Ignore:
Timestamp:
2020-12-14T14:40:30Z (5 years ago)
Author:
GitHub <noreply@…>
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)
Message:

Merge pull request #924 from sajith/3555.stats-gatherer-is-history

Add a note about stats gatherer removal to "Old Configuration Files" doc

Fixes: ticket:3555

Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified docs/historical/configuration.rst

    re59a922 r1c2f3ee9  
    2424``[client]helper.furl``          ``BASEDIR/helper.furl``
    2525``[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.
    2727``[storage]enabled``             ``BASEDIR/no_storage``               (``False`` if ``no_storage`` exists)
    2828``[storage]readonly``            ``BASEDIR/readonly_storage``         (``True`` if ``readonly_storage`` exists)
     
    4848addition to any that were automatically discovered), whereas the new
    4949``tahoe.cfg`` directive is not (``tub.location`` is used verbatim).
     50
     51The stats gatherer has been broken at least since Tahoe-LAFS v1.13.0.
     52The (broken) functionality of ``[client]stats_gatherer.furl`` (which
     53was previously in ``BASEDIR/stats_gatherer.furl``), is scheduled to be
     54completely removed after Tahoe-LAFS v1.15.0.  After that point, if
     55your configuration contains a ``[client]stats_gatherer.furl``, your
     56node will refuse to start.
Note: See TracChangeset for help on using the changeset viewer.