mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-14 06:06:40 +00:00
link to a ticket about implementing better missing-plugin behavior
This commit is contained in:
parent
251eda0b80
commit
d2e16df5cc
@ -653,7 +653,8 @@ class _Client(node.Node, pollmixin.PollMixin):
|
||||
"""
|
||||
storage_plugin_names = self._get_enabled_storage_plugin_names()
|
||||
plugins = list(self._collect_storage_plugins(storage_plugin_names))
|
||||
# TODO What if some names aren't found?
|
||||
# TODO Handle missing plugins
|
||||
# https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3118
|
||||
announceable_storage_servers = yield self._create_plugin_storage_servers(plugins)
|
||||
self._enable_storage_servers(announceable_storage_servers)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user