Arctera

Change in NFS agent

An optional attribute, NFSUseSystemd, is introduced in the NFS agent with the default value 1. This attribute specifies whether or not to use custom VCS services to start certain NFS daemons.

Based on the resource configurations, the following systemd services can be created:

  • vcs_rpcbind.service to start rpcbind
  • vcs_mountd.service to start mountd
  • vcs_statd.service to start statd
  • vcs_idmapd.service to start idmapd
  • vcs_gssd.service to start gssd

When this attribute is set to 1, the NFSRestart agent also uses these systemd services to start these daemons as required.

Change in NFS agent

In this article