Creating a filesystem

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

  1. Log in to the OpenShift® Container Platform web console.
  2. Go to Storage > Fusion Access for SAN.
  3. In the File systems tab, click Create file system.
  4. Enter a Name for the new file system.
  5. Select the Logical Unit Numbers (LUNs) that you want to use as the storage volumes for your file system.
  6. Click Create file system.
    The Fusion Access for SAN page reloads, and the new file system appears in the File systems tab.
  7. Repeat this procedure for each filesystem that you want to create.
  8. Verify whether the file system is created successfully.
    1. Observe the Status of the file system in the File systems tab until it is marked as Healthy.
    2. Click the StorageClass for the file system.
    3. In the YAML tab, verify the following values:
      1. The value in the name field is the name of the file system that you created.
      2. The value in the provisioner field is spectrumscale.csi.ibm.com.
      3. 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

  1. After you create a storage cluster with file systems, you can create a virtual machine (VM) on the storage cluster.
  2. Create a VM from an instance type or template and select one of the file systems you created as the storage type.