Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow optional reading only for optional configuration keys | Magnus Ahltorp | 2017-07-26 | 1 | -7/+19 |
| | | | | | Add storage-sign-quorum-size configuration key. Add default for dbbackend configuration key. | ||||
* | Allow unknown configuration keys, but warn | Magnus Ahltorp | 2017-07-20 | 1 | -20/+23 |
| | | | | check_config_schema: collect errors and warnings, and only exit if there are any errors | ||||
* | Added formalized config defaults | Magnus Ahltorp | 2017-07-18 | 1 | -13/+27 |
| | | | | | Refactor reading of config Move config schemas to separate file | ||||
* | Verify config files against schema | Magnus Ahltorp | 2017-07-06 | 1 | -2/+69 |
| | |||||
* | Replace 'localnodes' config with 'nodename' | Magnus Ahltorp | 2017-07-06 | 1 | -7/+11 |
| | | | | Also some cleanup | ||||
* | Added tools for getting and generating global config | Magnus Ahltorp | 2017-02-02 | 1 | -4/+9 |
| | |||||
* | Verify config file signature | Magnus Ahltorp | 2017-02-01 | 1 | -0/+54 |
Read log key from config file in more places. Check STH signature in storagegc.py |