]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rgw-nfs: use same pattern for keyring name 40728/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 9 Apr 2021 12:28:46 +0000 (14:28 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 5 Aug 2021 11:13:19 +0000 (13:13 +0200)
Just for keeping consistency everywhere this documentation mentions a
keyring name.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
doc/radosgw/nfs.rst

index 336736e4cc59a8220a035187c94b4b73091e35d6..84d62bcec0965b01a6bfca3312648b81be5e4872 100644 (file)
@@ -117,7 +117,7 @@ ceph.conf
 
 Required ceph.conf configuration for RGW NFS includes:
 
-* valid [client.radosgw.{instance-name}] section
+* valid [client.rgw.{instance-name}] section
 * valid values for minimal instance configuration, in particular, an installed and correct ``keyring``
 
 Other config variables are optional, front-end-specific and front-end
@@ -304,7 +304,7 @@ Ceph configuration file to change the refresh rate.
 
 If exporting Swift containers that do not conform to valid S3 bucket
 naming requirements, set ``rgw_relaxed_s3_bucket_names`` to true in the
-[client.radosgw] section of the Ceph configuration file. For example,
+[client.rgw] section of the Ceph configuration file. For example,
 if a Swift container name contains underscores, it is not a valid S3
 bucket name and will be rejected unless ``rgw_relaxed_s3_bucket_names``
 is set to true.