Mention stats gatherer removal in notes about old configuration

This commit is contained in:
Sajith Sasidharan 2020-12-11 10:19:07 -05:00
parent d096cc54ae
commit 713e456265
2 changed files with 6 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Config setting File Comment
``BASEDIR/introducer.furl`` ``BASEDIR/private/introducers.yaml``
``[client]helper.furl`` ``BASEDIR/helper.furl``
``[client]key_generator.furl`` ``BASEDIR/key_generator.furl``
``[client]stats_gatherer.furl`` ``BASEDIR/stats_gatherer.furl``
``[client]stats_gatherer.furl`` ``BASEDIR/stats_gatherer.furl`` Stats gatherer has been removed.
``[storage]enabled`` ``BASEDIR/no_storage`` (``False`` if ``no_storage`` exists)
``[storage]readonly`` ``BASEDIR/readonly_storage`` (``True`` if ``readonly_storage`` exists)
``[storage]sizelimit`` ``BASEDIR/sizelimit``
@ -47,3 +47,8 @@ the now (since Tahoe-LAFS v1.3.0) unsupported
addresses specified in ``advertised_ip_addresses`` were used in
addition to any that were automatically discovered), whereas the new
``tahoe.cfg`` directive is not (``tub.location`` is used verbatim).
The stats gatherer has been broken at least since Tahoe-LAFS 1.13.0,
and has been removed. The functionality of
``[client].stats_gatherer.furl`` (which was previously in
``BASEDIR/stats_gatherer.furl``), is no longer available.

0
newsfragments/3555.minor Normal file
View File