1GANESHA-RGW-CONFIG(8)             NFS-Ganesha            GANESHA-RGW-CONFIG(8)
2
3
4

NAME

6       ganesha-rgw-config - NFS Ganesha RGW Configuration File
7

SYNOPSIS

9       /etc/ganesha/rgw.conf
10
11       /etc/ganesha/rgw_bucket.conf
12
13

DESCRIPTION

15       NFS-Ganesha install two config examples for RGW FSAL:
16       /etc/ganesha/rgw.conf
17
18       /etc/ganesha/rgw_bucket.conf
19
20
21       This file lists RGW specific config options.
22
23   EXPORT { }
24       RGW supports exporting both the buckets and filesystem.
25
26   EXPORT { FSAL {} }
27       Name(string, RGW )
28              Name of FSAL should always be RGW.
29
30       User_Id(string, no default)
31
32       Access_Key(string, no default)
33
34       Secret_Access_Key(string, no default)
35
36   RGW {}
37       The  following  configuration  variables  customize  the startup of the
38       FSAL's radosgw instance.
39
40       ceph_conf
41              optional full-path to the Ceph configuration file (equivalent to
42              passing "-c /path/to/ceph.conf" to any Ceph binary
43
44       name   optional   instance   name   (equivalent   to   passing  "--name
45              client.rgw.foohost" to the radosgw binary);  the value  provided
46              here  should  be the same as the section name (sans brackets) of
47              the radosgw facility in the Ceph configuration file (which  must
48              exist)
49
50       cluster
51              optional  cluster name (equivalent to passing "--cluster foo" to
52              any Ceph binary);  use of a non-default value for  cluster  name
53              is  uncommon,  but  can be verified by examining the startup op‐
54              tions of Ceph binaries
55
56       init_args
57              additional argument strings which will be passed verbatim to the
58              radosgw  instance  startup  process as if they had been given on
59              the radosgw command line provided for customization in  uncommon
60              setups
61

SEE ALSO

63       ganesha-log-config(8) ganesha-core-config(8) ganesha-export-config(8)
64
65
66
67
68                                 Jan 28, 2023            GANESHA-RGW-CONFIG(8)
Impressum