What Are the Differences Among CCE Storage Classes in Terms of Persistent Storage and Multi-node Mounting?

Container storage provides storage for container workloads. It supports multiple storage classes. A pod can use any amount of storage.

Currently, CCE supports local, EVS, SFS, SFS Turbo, and OBS volumes.

The following table lists the differences among these storage classes.

Table 1 Differences among storage classes

Storage Class

Persistent Storage

Automatic Migration with Containers

Multi-node Mounting

Local disks

Supported

Not supported

Not supported

EVS

Supported

Supported

Not supported

OBS

Supported

Supported

Supported. This type of volumes can be shared among multiple nodes or workloads.

SFS

Supported

Supported

Supported. This type of volumes can be shared among multiple nodes or workloads.

SFS Turbo

Supported

Supported

Supported. This type of volumes can be shared among multiple nodes or workloads.

Selecting a Storage Class

You can use the following types of storage volumes when creating a workload. You are advised to store workload data on EVS volumes. If you store workload data on a local volume, the data cannot be restored when a fault occurs on the node.