Otherwise, with newer ganesha versions (hence why we didn't
see this in testing) you get
ganesha.nfsd-2[sigmgr] config_errs_to_log :CONFIG :WARN :Config File (/etc/ganesha/ganesha.conf:17): Syntax error in statement
Signed-off-by: Adam King <adking@redhat.com>
Delegations = false;
RecoveryBackend = "rados_cluster";
Minor_Versions = 1, 2;
- Server_Scope = {{ cluster_id }}-{{ namespace }}
+ Server_Scope = "{{ cluster_id }}-{{ namespace }}";
{% if nfs_idmap_conf %}
IdmapConf = "{{ nfs_idmap_conf }}";
{% endif %}
' Delegations = false;\n'
' RecoveryBackend = "rados_cluster";\n'
' Minor_Versions = 1, 2;\n'
- f' Server_Scope = {cephadm_module._cluster_fsid}-foo\n'
+ f' Server_Scope = "{cephadm_module._cluster_fsid}-foo";\n'
' IdmapConf = "/etc/ganesha/idmap.conf";\n'
'}\n'
'\n'