mirror of
https://github.com/ceph/ceph
synced 2025-02-24 19:47:44 +00:00
Merge pull request #36675 from tchaikov/wip-fix-option-typo
common/options: fix a typo in option description Reviewed-by: Patrick Donnelly <pdonnell@redhat.com> Reviewed-By: Josh Durgin <jdurgin@redhat.com> Reviewed-by: Neha Ojha <nojha@redhat.com>
This commit is contained in:
commit
03891c82c2
@ -2313,7 +2313,7 @@ std::vector<Option> get_global_options() {
|
||||
|
||||
Option("mon_client_directed_command_retry", Option::TYPE_INT, Option::LEVEL_DEV)
|
||||
.set_default(2)
|
||||
.set_description("Number of times to try sending a comamnd directed at a specific monitor"),
|
||||
.set_description("Number of times to try sending a command directed at a specific monitor"),
|
||||
|
||||
Option("mon_max_pool_pg_num", Option::TYPE_UINT, Option::LEVEL_ADVANCED)
|
||||
.set_default(65536)
|
||||
|
Loading…
Reference in New Issue
Block a user