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

NAME

6       ganesha-ceph-config - NFS Ganesha CEPH Configuration File
7

SYNOPSIS

9       /etc/ganesha/ceph.conf
10
11

DESCRIPTION

13       NFS-Ganesha   install  config  example  for  CEPH  FSAL:  |  /etc/gane‐
14       sha/ceph.conf
15
16       This file lists CEPH specific config options.
17
18   EXPORT { FSAL {} }
19       Name(string, "Ceph")
20              Name of FSAL should always be Ceph.
21
22       Filesystem(string, no default)
23              Ceph filesystem name string, for mounting an alternate  filesys‐
24              tem  within  the  cluster.  The  default is to mount the default
25              filesystem in the cluster (usually, the first one created).
26
27       User_Id(string, no default)
28              cephx userid used to open the MDS session. This string  is  what
29              gets  appended  to  "client.".  If not set, the ceph client libs
30              will sort this out based on ceph configuration.
31
32       Secret_Access_Key(string, no default)
33              Key to use for the session (if any). If not set,  then  it  uses
34              the normal search path for cephx keyring files to find a key.
35
36       sec_label_xattr(char, default "security.selinux xattr of the file")
37              Enable  NFSv4.2 security label attribute. Ganesha supports "Lim‐
38              ited Server Mode" as detailed in RFC 7204.  Note  that  not  all
39              FSALs support security labels.
40
41       cmount_path(string, no default)
42              If  specified, the path within the ceph filesystem to mount this
43              export on. It must be a subset of the EXPORT { Path } parameter.
44              If  this  and  the other EXPORT { FSAL {} } options are the same
45              between multiple exports, those  exports  will  share  a  single
46              cephfs  client.  With  the default, this effectively defaults to
47              the same path as EXPORT { Path }.
48
49   CEPH {}
50       Ceph_Conf(path, default "")
51
52       umask(mode, range 0 to 0777, default 0)
53

SEE ALSO

55       ganesha-config(8)     ganesha-log-config(8)      ganesha-core-config(8)
56       ganesha-export-config(8)
57
58
59
60
61                                 Nov 03, 2023           GANESHA-CEPH-CONFIG(8)
Impressum