Skip to content

Commit

Permalink
meta.lb.assign_secondary_black_list
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Feb 20, 2024
1 parent aea7333 commit b6f64f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/partition_guardian.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ void partition_guardian::register_ctrl_commands()
_cmds.emplace_back(dsn::command_manager::instance().register_single_command(
"meta.lb.assign_secondary_black_list",
"Control the assign secondary black list",
"[<ip:port,ip:port,ip:port>|clear]",
"[ip1:port,ip2:port,...|clear]",
[this](const std::vector<std::string> &args) {
return ctrl_assign_secondary_black_list(args);
}));
Expand Down

0 comments on commit b6f64f1

Please sign in to comment.