Available in:  CE, SE, SE+, EE

parameters

Schema version: 1

  • settings
    object
    • 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.

        Pattern: ^[A-Za-z0-9+/]*={0,2}$

      • 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.

          Pattern: ^[A-Za-z0-9+/]*={0,2}$

        • tlsParameters.mtls.clientKey
          string
          Client key in PEM format, encoded in Base64.

          Pattern: ^[A-Za-z0-9+/]*={0,2}$

    • 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