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.

Closes-Bug: 1769431
Change-Id: Ibbd2c80931014cffa4580111070a97ea6df3a430
(cherry picked from commit 053be637da)
This commit is contained in:
Ramana Raja 2018-04-16 15:32:29 +05:30
parent f11b612b71
commit 21384bfe8d
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