Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
input: Config parsing order fixed for FS storage pause parameter (#8720)
This commit fixes a dependency issue for the storage.pause_on_chunks_overlimit parameter. In case the order in the config file was storage.pause_on_chunks_overlimit On storage.type Filesystem then the storage.pause_on_chunks_overlimit was ignored. This commit changes this behavior, so that the storage.pause_on_chunks_overlimit parameter will be parsed and set. It will be reset in case the storage.type is set to a different type than FS later. Signed-off-by: Richard Treu <[email protected]>
- Loading branch information