1
0
mirror of https://github.com/ceph/ceph synced 2025-03-11 02:39:05 +00:00

doc/rgw-nfs: use same pattern for keyring name

Just for keeping consistency everywhere this documentation mentions a
keyring name.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
This commit is contained in:
Guillaume Abrioux 2021-04-09 14:28:46 +02:00
parent f1aca8d34d
commit 5d97fd2d8e

View 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.