mirror of
https://github.com/ceph/ceph
synced 2025-02-22 02:27:29 +00:00
doc: fix long description error for rgw_period_root_pool
Signed-off-by: yuliyang <yuliyang@cmss.chinamobile.com>
This commit is contained in:
parent
9f9b525a03
commit
1c65a52bfb
@ -5598,7 +5598,7 @@ std::vector<Option> get_rgw_options() {
|
||||
.set_default(".rgw.root")
|
||||
.set_description("Period root pool")
|
||||
.set_long_description(
|
||||
"The realm root pool, is the pool where the RGW realm configuration located."
|
||||
"The period root pool, is the pool where the RGW period configuration located."
|
||||
)
|
||||
.add_see_also({"rgw_zonegroup_root_pool", "rgw_zone_root_pool", "rgw_realm_root_pool"}),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user