Skip to content

Commit

Permalink
Merge pull request #4475 from vbotbuildovich/backport-fixes-to-v22.1.…
Browse files Browse the repository at this point in the history
…x-982

[v22.1.x] config: adjust visibility of enable_rack_awareness
  • Loading branch information
jcsp committed May 5, 2022
2 parents f791270 + 01eef9f commit d1661f6
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 d1661f6

Please sign in to comment.