[DNM] ceph-nfs: disable ganesha caching

When using ceph-ansible to setup Ganesha as CephFS's gateway,
disable Ganesha's caching so that Ganesha doesn't cache the
same information that libcephfs clients do.

Change-Id: Ibbd2c80931014cffa4580111070a97ea6df3a430
This commit is contained in:
Ramana Raja 2018-04-16 15:32:29 +05:30
parent d3d27d7ea8
commit 053be637da
1 changed files with 1 additions and 0 deletions

View File

@ -72,3 +72,4 @@ outputs:
- ceph_nfs_service_suffix: pacemaker
- nfs_obj_gw: false
- ceph_nfs_rados_backend: true
- ceph_nfs_disable_caching: true