]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/cephadm: add "allow_set_io_flusher_fail = true;" to ganesha conf
authorAdam King <adking@redhat.com>
Tue, 1 Oct 2024 14:03:13 +0000 (10:03 -0400)
committerAdam King <adking@redhat.com>
Tue, 1 Oct 2024 15:26:36 +0000 (11:26 -0400)
commit3e3b7fa8ea22a2dd7f5d5c97d6e096a5e30585f4
treed2c0d381f491e0f57f1305c310af2e2bf6de456e
parente6ebaf1925341e139375946395b16b1b14cfb36c
mgr/cephadm: add "allow_set_io_flusher_fail = true;" to ganesha conf

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>
src/pybind/mgr/cephadm/templates/services/nfs/ganesha.conf.j2
src/pybind/mgr/cephadm/tests/test_services.py