Skip to content

IBM Spectrum Scale CSI Driver - v2.8.0

Compare
Choose a tag to compare
@amdabhad amdabhad released this 13 Dec 05:14
· 157 commits to master since this release
4410051

IBM Spectrum Scale Container Storage Interface (CSI) driver
The IBM Spectrum Scale CSI driver enables container orchestrators, such as OpenShift and Kubernetes, to manage the life-cycle of persistent storage. Through this CSI Driver, Kubernetes persistent volumes (PVs) can be provisioned from IBM Spectrum Scale. Thus, containers can be used with stateful microservices, such as database applications (MongoDB, PostgreSQL etc), web servers (nginx, apache), or any number of other containerized applications needing provisioned storage.

Supported Features of the CSI driver(v2.8.0)
Static provisioning: Ability to use existing directories as persistent volumes
Lightweight dynamic provisioning: Ability to create directory-based volumes dynamically
Fileset-based dynamic provisioning: Ability to create fileset-based volumes dynamically
Multiple file systems support: Volumes can be created across multiple file systems
Remote mount support: Volumes can be created on a remotely mounted file system
Operator based deployment: Simplified deployment and management of Driver through Operator
Volume snapshot support: Ability to take a point-in-time snapshot of volume and creating new volume from existing snapshot
Volume cloning support: To duplicate an existing persistent volume at a particular point-in-time.
Volume expansion support: Ability to expand a dynamically provisioned volume.
Compression support: Ability to enable compression for dynamically provisioned volumes.
Tiering support: Ability to enable tiering for dynamically provisioned volumes.
Consistency Group support: Ability to have group of volumes for application groups.
Volume stat support for fileset based volumes: Ability to show available and used capacity of fileset based volumes.

Supported container platforms:
Redhat OpenShift v4.9, v4.10, v4.11
Vanilla Kubernetes 1.23, 1.24, 1.25

Supported IBM storage systems:
IBM Spectrum Scale 5.1.1.2 or Higher is required for 'permissions' parameter in the storageclass
IBM Spectrum Scale 5.1.1.2 or Higher is required for 'volume snapshot support'. Recommendation is to use IBM Spectrum Scale 5.1.2.1 or Higher
IBM Spectrum Scale 5.1.2.1 or Higher is required for 'volume cloning support'
IBM Spectrum Scale 5.1.3.0 or Higher for 'consistency group support', 'compression support' and 'tiering support'. IBM Spectrum Scale filesystem with version 27.00 or Higher for 'tiering support'.

Supported operating systems:
RHEL 7.x, RHEL 8.x (x86_64 architecture)
Ubuntu 20.04 (x86_64 architecture)
RHCOS support through IBM Spectrum Scale Cloud Native Storage Access (x86_64, ppc64le and s390x architecture)

User guide (IBM Documentation): IBM Spectrum Scale Container Storage Interface Driver

Images URL
Operator quay.io/ibm-spectrum-scale/ibm-spectrum-scale-csi-operator:v2.8.0
Driver quay.io/ibm-spectrum-scale/ibm-spectrum-scale-csi-driver:v2.8.0

Changes:
Support for cloning and restore volumes across different storage classes
Resource requests and limits support
Kubernetes CSI sidecar containers upgrade