]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/man/radosgw: more underscores in config var names 52353/head
authorVille Ojamo <14869000+bluikko@users.noreply.github.com>
Fri, 7 Jul 2023 10:28:08 +0000 (17:28 +0700)
committerGitHub <noreply@github.com>
Fri, 7 Jul 2023 10:28:08 +0000 (17:28 +0700)
Missed one section of `ceph.conf` example where spaces were used instead of underscores.

Change spaces in config var names to underscores.

doc/man/8/radosgw.rst

index 9d8018f4141a19fb985ac9e6034d8d7a39d9a772..0d997ace83dcfb95980bd7bfa6415caed14014c5 100644 (file)
@@ -155,9 +155,9 @@ tcp and through unix domain socket:
        [client.radosgw.gateway]
        host = {hostname}
        keyring = /etc/ceph/ceph.client.radosgw.keyring
-       rgw socket path = /var/run/ceph/ceph.radosgw.gateway.fastcgi.sock
-       log file = /var/log/ceph/client.radosgw.gateway.log
-       rgw print continue = false
+       rgw_socket_path = /var/run/ceph/ceph.radosgw.gateway.fastcgi.sock
+       log_file = /var/log/ceph/client.radosgw.gateway.log
+       rgw_print_continue = false
 
 #. Add the following content in the gateway configuration file: