rpc.statd and lockd NFS // How to use in FreeNAS 11.2 / FreeBSD

temp_temp

Cadet
Joined
May 24, 2019
Messages
4
Hi there,

I need my nfs-client-provisioner to be able to contact my nfs share (to make persistant volume claims).
It needs rpc.statd and lockd to be running. (not running in default FreeNAS config)

Any ideas how to tackle this problem?
FreeNAS resets the config files on reboot. Any method to modify the /etc/rc.conf and save it?

What I need:
rpcbind_enable="YES"
nfs_server_enable="YES"
mountd_enable="YES"
mountd_flags="-r"
rpc_lockd_enable="YES"
rpc_statd_enable="YES"



Do I really need to be running linux based repo in a vm to have this funcionality?
Do I really need to be running jail and install everything manually?

I'd love to use ZFS but in a fast moving cluster enviroment FreeNAS starts to look more like an obstacle than a tool to me.
 
Last edited:
Top