Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
On Sat, Sep 12, 2015 at 02:05:18PM +0200, Dietmar Maurer wrote:
> > As you can see, 'nodes' is a list of dictionaries, so you can set up all
> > your nodes with one API call.
>
> What happens to nodes that join later?
They start with the default configuration.
If you want to set it for all nodes, set the value in the [GLOBAL]
section:
'globals': [{'storage-plugin': 'WHATEVER'}]
Then it applies to all nodes (if a node does not overwrite the setting
in a node specific section).
Regards, rck