Skip to content
Snippets Groups Projects
Commit 38a70e41 authored by Alexander Turenko's avatar Alexander Turenko Committed by Alexander Turenko
Browse files

config: create parent directories in mkdir applier

Before this patch an attempt to set, say, `wal.dir` option to a
non-existent directory `foo` succeeds, while the same with `foo/bar`
directory fails.

The patch removes a race condition check, because `fio.mktree()`
performs the check on its own. See #4660 for details.

Part of #8862

NO_DOC=It is a bugfix.
parent 07e6060b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment