From: Matt Benjamin Date: Mon, 29 Aug 2022 15:33:53 +0000 (-0400) Subject: rgw/main: various doc and comment corrections by doc writers X-Git-Tag: v18.0.0~56^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=482fd72029e058f5a64f55fa521728fb4e804526;p=ceph.git rgw/main: various doc and comment corrections by doc writers Signed-off-by: Matt Benjamin --- diff --git a/doc/radosgw/nfs.rst b/doc/radosgw/nfs.rst index 5b5732dec116..373765e1005d 100644 --- a/doc/radosgw/nfs.rst +++ b/doc/radosgw/nfs.rst @@ -130,7 +130,7 @@ are unique to RGW NFS. In particular, front-end selection is handled specially by the librgw.so runtime. By default, only the ``rgw-nfs`` frontend is started. Additional frontends (e.g., ``beast``) are enabled via the -``rgw nfs frontends`` config option. It's syntax is identical to the ordinary ``rgw frontends`` option. +``rgw nfs frontends`` config option. Its syntax is identical to the ordinary ``rgw frontends`` option. Default options for non-default frontends are specified via ``rgw frontend defaults`` as normal. ganesha.conf diff --git a/src/common/options/rgw.yaml.in b/src/common/options/rgw.yaml.in index 61bf6f07cf5c..024d9f172791 100644 --- a/src/common/options/rgw.yaml.in +++ b/src/common/options/rgw.yaml.in @@ -1152,7 +1152,7 @@ options: type: str level: basic desc: RGW frontends configuration when running as librgw/nfs - long_desc: A comma delimited list of frontends configuration. Each configuration + long_desc: A comma-delimited list of frontends configuration. Each configuration contains the type of the frontend followed by an optional space delimited set of key=value config parameters. fmt_desc: Configures the HTTP frontend(s). The configuration for multiple diff --git a/src/rgw/rgw_main.h b/src/rgw/rgw_main.h index c56e638397f7..d42729c745a3 100644 --- a/src/rgw/rgw_main.h +++ b/src/rgw/rgw_main.h @@ -4,7 +4,7 @@ /* * Ceph - scalable distributed file system * - * Copyright (C) 2022 New Dream Network + * Copyright (C) 2022 Red Hat, Inc * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public