Skip to content

Commit

Permalink
config: adjust visibility of enable_rack_awareness
Browse files Browse the repository at this point in the history
This is a behavioural change that will be documented
for users as a feature, so it should be at 'user'
rather than 'tunable' visibility.
  • Loading branch information
jcsp committed Apr 28, 2022
1 parent dfd73b9 commit 8e7e134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/config/configuration.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@ configuration::configuration()
*this,
"enable_rack_awareness",
"Enables rack-aware replica assignment",
{.needs_restart = needs_restart::no, .visibility = visibility::tunable},
{.needs_restart = needs_restart::no, .visibility = visibility::user},
false) {}

configuration::error_map_t configuration::load(const YAML::Node& root_node) {
Expand Down

0 comments on commit 8e7e134

Please sign in to comment.