Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cephadm: add config required for ganesha grace #34382

Merged
merged 3 commits into from Apr 10, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
mgr/cephadm: add CACHEINODE and EXPORT_DEFAULTS sections
Signed-off-by: Michael Fritch <mfritch@suse.com>
  • Loading branch information
mgfritch committed Apr 9, 2020
commit 25f4dedd3e75c81b19911fd33b171e613ab1c559
10 changes: 10 additions & 0 deletions src/pybind/mgr/cephadm/nfs.py
Expand Up @@ -106,6 +106,16 @@ def get_ganesha_conf(self):
Protocols = 4;
}}

CACHEINODE {{
Dir_Chunk = 0;
NParts = 1;
Cache_Size = 1;
}}

EXPORT_DEFAULTS {{
Attr_Expiration_Time = 0;
}}

NFSv4 {{
Delegations = false;
RecoveryBackend = 'rados_cluster';
Expand Down