Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
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
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
/*
* 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