Skip to content

Commit

Permalink
Merge pull request #4468 from jcsp/config-enable-rack-awareness-visib…
Browse files Browse the repository at this point in the history
…ility

config: adjust visibility of enable_rack_awareness
  • Loading branch information
jcsp committed Apr 28, 2022
2 parents dfd73b9 + 8e7e134 commit 7624d40
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 7624d40

Please sign in to comment.