From 0961c7d18ce6ec461431b281a3b65e0e5cc1b0ab Mon Sep 17 00:00:00 2001 From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Fri, 7 Jul 2023 16:49:21 +0700 Subject: [PATCH] doc/man/radosgw: use underscores in configuration Most of the documentation already uses underscores instead of spaces in configuration variable names. Update radosgw(8) man page to follow, changing spaces into underscores. Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com> --- doc/man/8/radosgw.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/man/8/radosgw.rst b/doc/man/8/radosgw.rst index a3cb00b82f676..9d8018f4141a1 100644 --- a/doc/man/8/radosgw.rst +++ b/doc/man/8/radosgw.rst @@ -100,10 +100,10 @@ tcp and through unix domain socket: [client.radosgw.gateway] host = {hostname} keyring = /etc/ceph/ceph.client.radosgw.keyring - rgw socket path = "" - log file = /var/log/ceph/client.radosgw.gateway.log - rgw frontends = fastcgi socket_port=9000 socket_host=0.0.0.0 - rgw print continue = false + rgw_socket_path = "" + log_file = /var/log/ceph/client.radosgw.gateway.log + rgw_frontends = fastcgi socket_port=9000 socket_host=0.0.0.0 + rgw_print_continue = false #. Add the following content in the gateway configuration file: @@ -223,11 +223,11 @@ which case it is accounted under the operating user. Following is an example configuration:: [client.radosgw.gateway] - rgw enable usage log = true - rgw usage log tick interval = 30 - rgw usage log flush threshold = 1024 - rgw usage max shards = 32 - rgw usage max user shards = 1 + rgw_enable_usage_log = true + rgw_usage_log_tick_interval = 30 + rgw_usage_log_flush_threshold = 1024 + rgw_usage_max_shards = 32 + rgw_usage_max_user_shards = 1 The total number of shards determines how many total objects hold the -- 2.39.5