The functionality of the module might significantly change. Compatibility with future versions is not guaranteed.

Schema version: 1

  • logLevel
    string
    Module log level.

    Default: DEBUG

    Allowed values: ERROR, WARN, INFO, DEBUG, TRACE

  • tlsParameters
    object

    This feature is available in SE, SE+, EE, and FE.

    RPC-with-TLS (RFC 9289) configuration.

    Default: {}

    • tlsParameters.ca
      string
      Root certificate in PEM format, encoded in Base64, which can be used to verify the NFS server certificate.
    • tlsParameters.mtls
      object
      Configuration of the client certificate verification mode by the NFS server.

      Default: {}

      • tlsParameters.mtls.clientCert
        string
        Client certificate in PEM format, encoded in Base64.
      • tlsParameters.mtls.clientKey
        string
        Client key in PEM format, encoded in Base64.
  • v3support
    boolean
    NFS version v3 support. After enabling this setting, rpcbind package will be installed on nodes. When this setting is disabled, it will NOT be removed from the nodes.

    Default: false