Use this procedure to create a filesystem.
Before you begin
- Make sure that you created the IBM Fusion Access
for SAN cluster.
About this task
You need to create a file system to represent your required storage. The file system is based on
the storage available in the worker nodes that you selected when creating the storage cluster.
Procedure
-
Log in to the OpenShift® Container Platform web console.
- Go to .
-
In the File systems tab, click Create file
system.
-
Enter a Name for the new file system.
-
Select the Logical Unit Numbers (LUNs) that you want to use as the storage volumes for your
file system.
-
Click Create file system.
The Fusion Access for
SAN page reloads, and the new file system appears in the File
systems tab.
-
Repeat this procedure for each filesystem that you want to create.
-
Verify whether the file system is created successfully.
- Observe the Status of the file system in the File
systems tab until it is marked as Healthy.
- Click the StorageClass for the file system.
- In the YAML tab, verify the following values:
- The value in the
name field is the name of the file system that you
created.
- The value in the
provisioner field is
spectrumscale.csi.ibm.com.
- The value in the
volBackendFs field matches the name of the file system that
you created.kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: filesystem1
uid: eb410309-a043-a89b-9bb05483872a
resourceVersion: '87746'
creationTimestamp: '2025-05-14T12:30:08Z'
managedFields:
provisioner: spectrumscale.csi.ibm.com
parameters:
volBackendFs: filesystem1
reclaimPolicy: Delete
allowVolumeExpansion: true
volumeBindingMode: Immediate
What to do next
- After you create a storage cluster with file systems, you can create a virtual machine (VM) on
the storage cluster.
- Create a VM from an instance type or template and select one of the file systems you created as
the storage type.