Comment 6 for bug 722201

Revision history for this message
Robert Sander (gurubert) wrote :

This patch makes nfs-kernel-server work with ctdb.

It rewrites the code to use /etc/default/nfs-kernel-server and the correct systemd service.

As the is a unit nfs-mountd.service that gets started from nfs-kernel-server.service as requirement and this unit only uses $RPCMOUNTDARGS the setting in /etc/default/nfs-kernel-server should be

 # MOUNTD_PORT=597
 RPCMOUNTDOPTS="-p 597"