This patch series adds support for the new lockd configuration interface that should fix this RH bug: https://issues.redhat.com/browse/RHEL-71698 There are some other improvements here too, notably a switch to xlog. Only lightly tested, but seems to do the right thing. Port handling with lockd still needs more work. Currently that is usually configured by rpc.statd. I think we need to convert it to use netlink to configure the ports as well, when it's able. Signed-off-by: Jeff Layton <jlayton@xxxxxxxxxx> --- Jeff Layton (3): nfsdctl: convert to xlog() nfsdctl: fix the --version option nfsdctl: add necessary bits to configure lockd configure.ac | 4 + utils/nfsdctl/lockd_netlink.h | 29 ++++ utils/nfsdctl/nfsdctl.adoc | 8 ++ utils/nfsdctl/nfsdctl.c | 323 ++++++++++++++++++++++++++++++++++-------- 4 files changed, 301 insertions(+), 63 deletions(-) --- base-commit: 3423eb18c80db7ac2bfebe10b1e2e9586b84679b change-id: 20250109-lockd-nl-6272fa9e8a5d Best regards, -- Jeff Layton <jlayton@xxxxxxxxxx>