]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm: disable UDP in samples/nfs.json for test_cephadm Ganesha 68976/head
authorKobi Ginon <kginon@redhat.com>
Mon, 18 May 2026 13:45:32 +0000 (16:45 +0300)
committerKobi Ginon <kginon@redhat.com>
Mon, 18 May 2026 13:47:50 +0000 (16:47 +0300)
commite2ce11d9da1d523ae6a154e42a27bb5a1f01dc12
treecc5a329e4a5426c388d01459319180483dc8b851
parent144a2057dc601024a90718fafd374927102349ca
cephadm: disable UDP in samples/nfs.json for test_cephadm Ganesha
test_cephadm.sh deploys NFS through cephadm _orch deploy using
src/cephadm/samples/nfs.json. That sample is separate from the mgr
ganesha.conf.j2 template, which already sets Enable_UDP = false.
Without that setting, Ganesha on Rocky 10 (ceph-ci image) fails during
startup with "Cannot register NFS V3 on UDP", so test_cephadm.sh never
sees ganesha.nfsd listening on port 2049.
Add Protocols = 3, 4 and Enable_UDP = false to NFS_CORE_PARAM so the
sample matches the orchestrator defaults.
Fixes: https://tracker.ceph.com/issues/76295
Signed-off-by: Kobi Ginon <kginon@redhat.com>
src/cephadm/samples/nfs.json