config: create parent directory for console socket
For example, if we want the console socket to be in a separate `var/run` directory, it is convenient to just configure it as `var/run/{{ instance_name }}.control` and let tarantool create the parent directory. Part of #8862 NO_DOC=This change is too minor to describe in the documentation issue https://github.com/tarantool/doc/issues/3544. I'll work with the documentation team regarding details of startup/reload flow and we'll determine what should go to the user documentation and what shouldn't.
Showing
- changelogs/unreleased/config-create-parent-directories.md 1 addition, 0 deletionschangelogs/unreleased/config-create-parent-directories.md
- src/box/lua/config/applier/mkdir.lua 6 additions, 0 deletionssrc/box/lua/config/applier/mkdir.lua
- src/box/lua/config/instance_config.lua 4 additions, 0 deletionssrc/box/lua/config/instance_config.lua
- test/config-luatest/mkdir_test.lua 2 additions, 1 deletiontest/config-luatest/mkdir_test.lua
Loading
Please register or sign in to comment