config: add replication.failover option
It has the only one value for now: 'off'. Two other ones are planned: 'manual' and 'election'. The 'off' value means exactly what is implemented now: the database.mode option controls whether a particular instance should serve write requests. Part of #8810 NO_DOC=the old behavior was not released, the documentation request will be registered manually NO_CHANGELOG=see NO_DOC
Showing
- src/box/lua/config/instance_config.lua 64 additions, 6 deletionssrc/box/lua/config/instance_config.lua
- test/config-luatest/cluster_config_schema_test.lua 1 addition, 0 deletionstest/config-luatest/cluster_config_schema_test.lua
- test/config-luatest/instance_config_schema_test.lua 2 additions, 0 deletionstest/config-luatest/instance_config_schema_test.lua
Loading
Please register or sign in to comment