]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm: start rpcbind before NFS-Ganesha when NFSv3 is enabled 69192/head
authorKobi Ginon <kginon@redhat.com>
Sun, 31 May 2026 17:22:24 +0000 (20:22 +0300)
committerKobi Ginon <kginon@redhat.com>
Tue, 2 Jun 2026 18:37:07 +0000 (21:37 +0300)
commitb09f161916e696d2cb50401d4a486b8cdca20124
tree47a2df5c916e11b915ace0edfba81d1e91e51397
parent6790982813e539395be3ddad040ba13c52b2c7e5
cephadm: start rpcbind before NFS-Ganesha when NFSv3 is enabled
With Protocols including NFSv3, Ganesha 9.x on Rocky 10 needs a running
portmapper to register NFSv3 on TCP. Start rpcbind from the container
entrypoint only when ganesha.conf enables v3; skip for NFSv4-only configs.
Fixes: https://tracker.ceph.com/issues/76981
Signed-off-by: Kobi Ginon <kginon@redhat.com>
src/cephadm/cephadmlib/daemons/nfs.py
src/cephadm/tests/test_nfs.py