logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ganesha-rgw-config - NFS Ganesha RGW Configuration File

Description

       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.

   EXPORT{}
       RGW supports exporting both the buckets and filesystem.

   EXPORT{FSAL{}}Name(string,"RGW")
              Name of FSAL should always be RGW.

       User_Id(string,nodefault)Access_Key(string,nodefault)Secret_Access_Key(string,nodefault)RGW{}
       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

Name

       ganesha-rgw-config - NFS Ganesha RGW Configuration File

See Also

ganesha-log-config(8) ganesha-core-config(8) ganesha-export-config(8)

                                                  Apr 18, 2025                             GANESHA-RGW-CONFIG(8)

Synopsis

       /etc/ganesha/rgw.conf

       /etc/ganesha/rgw_bucket.conf

See Also