]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/cephadm/templates/services/nfs/ganesha.conf.j2
174870c037305cd84cabdb72c0601e3c8104965b
[ceph.git] / ceph / src / pybind / mgr / cephadm / templates / services / nfs / ganesha.conf.j2
1 # {{ cephadm_managed }}
2 NFS_CORE_PARAM {
3 Enable_NLM = false;
4 Enable_RQUOTA = false;
5 Protocols = 4;
6 }
7
8 MDCACHE {
9 Dir_Chunk = 0;
10 }
11
12 EXPORT_DEFAULTS {
13 Attr_Expiration_Time = 0;
14 }
15
16 NFSv4 {
17 Delegations = false;
18 RecoveryBackend = 'rados_cluster';
19 Minor_Versions = 1, 2;
20 }
21
22 RADOS_KV {
23 UserId = "{{ user }}";
24 nodeid = "{{ nodeid}}";
25 pool = "{{ pool }}";
26 namespace = "{{ namespace }}";
27 }
28
29 RADOS_URLS {
30 UserId = "{{ user }}";
31 watch_url = "{{ url }}";
32 }
33
34 RGW {
35 cluster = "ceph";
36 name = "client.{{ rgw_user }}";
37 }
38
39 %url {{ url }}