This is necessary for ganesha 6.1 running in a container
to start up without hitting a permission failure (without
having to run the container as --privileged) and doesn't
seem to cause any damage when read in by ganesha v5.9 (the
current version in the main branch containers)
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit
3e3b7fa8ea22a2dd7f5d5c97d6e096a5e30585f4)
Enable_RQUOTA = false;
Protocols = 4;
NFS_Port = {{ port }};
+ allow_set_io_flusher_fail = true;
{% if bind_addr %}
Bind_addr = {{ bind_addr }};
{% endif %}
' Enable_RQUOTA = false;\n'
' Protocols = 4;\n'
' NFS_Port = 2049;\n'
+ ' allow_set_io_flusher_fail = true;\n'
' HAProxy_Hosts = 192.168.122.111, 10.10.2.20, 192.168.122.222;\n'
'}\n'
'\n'