ganesha-rgw-config - NFS Ganesha RGW Configuration File
/etc/ganesha/rgw.conf
/etc/ganesha/rgw_bucket.conf
NFS-Ganesha install two config examples for RGW FSAL:
/etc/ganesha/rgw.conf
/etc/ganesha/rgw_bucket.conf
This file lists RGW specific config options.
RGW supports exporting both the buckets and filesystem.
User_Id(string, no default)
Access_Key(string, no default)
Secret_Access_Key(string, no default)
The following configuration variables customize the startup of the
FSAL's radosgw instance.
- ceph_conf
- optional full-path to the Ceph configuration file (equivalent to passing
"-c /path/to/ceph.conf" to any Ceph binary
- name
- optional instance name (equivalent to passing "--name
client.rgw.foohost" to the radosgw binary); the value provided here
should be the same as the section name (sans brackets) of the radosgw
facility in the Ceph configuration file (which must exist)
- cluster
- optional cluster name (equivalent to passing "--cluster foo" to
any Ceph binary); use of a non-default value for cluster name is uncommon,
but can be verified by examining the startup options of Ceph binaries
- init_args
- additional argument strings which will be passed verbatim to the radosgw
instance startup process as if they had been given on the radosgw command
line provided for customization in uncommon setups
ganesha-log-config(8) ganesha-core-config(8)
ganesha-export-config(8)