From 482fd72029e058f5a64f55fa521728fb4e804526 Mon Sep 17 00:00:00 2001 From: Matt Benjamin Date: Mon, 29 Aug 2022 11:33:53 -0400 Subject: [PATCH] rgw/main: various doc and comment corrections by doc writers Signed-off-by: Matt Benjamin --- doc/radosgw/nfs.rst | 2 +- src/common/options/rgw.yaml.in | 2 +- src/rgw/rgw_main.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.3