Enabling the Platinum POSIX Client for Container Storage Interface (CSI) Storage Plugin
When you install the Container Storage Interface (CSI) Storage Plugin, the Container FUSE-based POSIX
client package is installed on the CSI Driver container. The CSI Driver also supports the use
of the Basic, Container, and Platinum FUSE-based POSIX client. For a comparison of the POSIX
client packages, see Preparing for Installation (HPE Ezmeral Data Fabric POSIX Client).
NOTE
Enabling the Platinum POSIX client is not required for the Loopback NFS
plug-in.To install the Platinum POSIX client, include the platinum
parameter in your
pod spec. For example:
volumeAttributes:
volumePath: "/"
cluster: "clusterA"
cldbHosts: "10.10.102.96"
securityType: "secure"
platinum: "true"
Release 1.0.2 and later support another method for specifying the POSIX client. You can use
the
license
parameter and specify the Container, Basic, or Platinum driver.
For example:
volumeAttributes:
volumePath: "/"
cluster: "clusterA"
cldbHosts: "10.10.102.96"
securityType: "secure"
license: "platinum"
For more information, see Example: Mounting a PersistentVolume for Static Provisioning.