summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/cephadm/templates/services/nfs/ganesha.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/pybind/mgr/cephadm/templates/services/nfs/ganesha.conf.j23
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pybind/mgr/cephadm/templates/services/nfs/ganesha.conf.j2 b/src/pybind/mgr/cephadm/templates/services/nfs/ganesha.conf.j2
index ab8df7192..7bc0278d7 100644
--- a/src/pybind/mgr/cephadm/templates/services/nfs/ganesha.conf.j2
+++ b/src/pybind/mgr/cephadm/templates/services/nfs/ganesha.conf.j2
@@ -16,6 +16,9 @@ NFSv4 {
Delegations = false;
RecoveryBackend = 'rados_cluster';
Minor_Versions = 1, 2;
+{% if nfs_idmap_conf %}
+ IdmapConf = "{{ nfs_idmap_conf }}";
+{% endif %}
}
RADOS_KV {