Client storage backend should be removed as a configurable backend #3323
Labels
c:breaking/cfg
Category: breaks configuration
c:runtime
Category: runtime
c:storage
Category: storage
The
storage.backend
configuration option should only have an effect for storage nodes and should not be needed for client nodes (where it must currently be set toclient
). The storage backend init should also be moved undergo/worker/storage
and the configuration options underworker.storage.*
.Note that compute nodes already automatically use the correct storage backend and the client node should do the same automatically.
This would make it easier to run client nodes as there would be one less configuration parameter to misconfigure.
The text was updated successfully, but these errors were encountered: