Merge "Disable caching done by ganesha"

This commit is contained in:
Zuul 2020-12-08 06:21:12 +00:00 committed by Gerrit Code Review
commit 8521f4a0c8
1 changed files with 15 additions and 0 deletions

View File

@ -776,6 +776,21 @@ RADOS_URLS {
ceph_conf = ${CEPH_CONF_FILE};
userid = admin;
}
CACHEINODE {
Dir_Max = 1;
Dir_Chunk = 0;
Cache_FDs = false;
NParts = 1;
Cache_Size = 1;
}
EXPORT_DEFAULTS {
Attr_Expiration_Time = 0;
}
%url rados://${CEPHFS_DATA_POOL}/ganesha-export-index
EOF
else