######################
#ceph_nfs_log_file: "/var/log/ganesha/ganesha.log"
#ceph_nfs_dynamic_exports: false
+# Address ganesha service should listen on, by default ganesha listens on all
+# addresses. (Note: ganesha ignores this parameter in current version due to
+# this bug: https://github.com/nfs-ganesha/nfs-ganesha/issues/217)
+# ceph_nfs_bind_addr: 0.0.0.0
####################
# FSAL Ceph Config #
######################
ceph_nfs_log_file: "/var/log/ganesha/ganesha.log"
ceph_nfs_dynamic_exports: false
+# Address ganesha service should listen on, by default ganesha listens on all
+# addresses. (Note: ganesha ignores this parameter in current version due to
+# this bug: https://github.com/nfs-ganesha/nfs-ganesha/issues/217)
+# ceph_nfs_bind_addr: 0.0.0.0
####################
# FSAL Ceph Config #
%include /etc/ganesha/export.d/INDEX.conf
{% endif %}
+NFS_Core_Param
+{
+{% if ceph_nfs_bind_addr is defined %}
+ Bind_Addr={{ ceph_nfs_bind_addr }};
+{% endif %}
+}
+
+
{% if nfs_file_gw %}
EXPORT
{