Available with limitations in CE

Available without limitations in:  SE, SE+, EE

parameters

Schema version: 1

  • settings
    object
    • dataNodes
      object
      Settings for local volumes csi on nodes with data

      Default: {}

      • dataNodes.nodeSelector
        object

        The same as in the Pods spec.nodeSelector parameter in Kubernetes.

        If parameter is omitted, local volume csi will be placed on all nodes.

        Caution! Changing this parameter does not result in data redistribution. If node with data no longer matches the nodeSelector, data on that node will become inaccessible.

        Default: { "kubernetes.io/os": "linux" }

    • enableThinProvisioning
      boolean
      Allow thin LVM volumes usage

      Default: false

    • logLevel
      string
      Module log level

      Default: DEBUG

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