]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
src/vstart.sh: fix start_ganesha() to avoid crashing nfs-ganesha server 66154/head
authorDhairya Parmar <dparmar@redhat.com>
Thu, 6 Nov 2025 19:54:05 +0000 (01:24 +0530)
committerDhairya Parmar <dparmar@redhat.com>
Mon, 4 May 2026 05:55:59 +0000 (11:25 +0530)
commit6fce08b8cc0a8be8f26cef5adf3b04156c0c1640
tree5402af8416eefcf640c9307153890bc903d2036f
parentbc9421abe7015388b8462819af53ca3f890e77be
src/vstart.sh: fix start_ganesha() to avoid crashing nfs-ganesha server

inclusion of "allow_set_io_flusher_fail = true" is needed otherwise the service won't start cause of EPERM,
referencing cephadm commit http://github.com/ceph/ceph/commit/3e3b7fa8ea22a2dd7f5d5c97d6e096a5e30585f4 which
does the same. Also, ensure double quotes around some config options like RecoveryBackend, some options in
RADOS_KV block and some in RADOS_URLS.

Fixes: https://tracker.ceph.com/issues/76407
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
src/vstart.sh