|
| 1 | +// Module included in the following assemblies: |
| 2 | +// |
| 3 | +// * virt/fusion_access_SAN/install-configure-fusion-access-san.adoc |
| 4 | + |
| 5 | +:_mod-docs-content-type: PROCEDURE |
| 6 | +[id="creating-filesystem-fusion-access-san_{context}"] |
| 7 | += Creating a file system with {FusionSAN} |
| 8 | + |
| 9 | +You need to create a file system to represent your required storage. |
| 10 | + |
| 11 | +The file system is based on the storage available in the worker nodes you selected when creating the storage cluster. |
| 12 | + |
| 13 | +.Prerequisites |
| 14 | + |
| 15 | +* You created a {FusionSAN} storage cluster. |
| 16 | +
|
| 17 | +.Procedure |
| 18 | + |
| 19 | +. In the {product-title} web console, navigate to *Storage* -> *{FusionSAN}*. |
| 20 | + |
| 21 | +. In the *File systems* tab, click *Create file system*. |
| 22 | + |
| 23 | +. Enter a *Name* for the new file system. |
| 24 | + |
| 25 | +. Select the LUNs that you want to use as the storage volumes for your file system. |
| 26 | + |
| 27 | +. Click *Create file system*. |
| 28 | ++ |
| 29 | +The *{FusionSAN}* page reloads, and the new file system appears in the *File systems* tab. |
| 30 | + |
| 31 | +.Next steps |
| 32 | + |
| 33 | +Repeat this procedure for each file system that you want to create. |
| 34 | + |
| 35 | +.Verification |
| 36 | + |
| 37 | +. Watch the *Status* of the file system in the *File systems* tab until it is marked as *Healthy*. |
| 38 | ++ |
| 39 | +[NOTE] |
| 40 | +==== |
| 41 | +This may take several minutes. |
| 42 | +==== |
| 43 | + |
| 44 | +. Click on the *StorageClass* for the file system. |
| 45 | + |
| 46 | +. In the *YAML* tab, verify the following: |
| 47 | ++ |
| 48 | +.. The value in the `name` field is the name of the file system you created. |
| 49 | +.. The value in the `provisioner` field is `spectrumscale.csi.ibm.com`. |
| 50 | +.. The value in the `volBackendFs` field matches the name of the file system you created. |
| 51 | ++ |
| 52 | +[source,yaml,subs="attributes+"] |
| 53 | +---- |
| 54 | +kind: StorageClass |
| 55 | +apiVersion: storage.k8s.io/v1 |
| 56 | +metadata: |
| 57 | + name: filesystem1 |
| 58 | + uid: eb410309-a043-a89b-9bb05483872a |
| 59 | + resourceVersion: '87746' |
| 60 | + creationTimestamp: '2025-05-14T12:30:08Z' |
| 61 | + managedFields: |
| 62 | +provisioner: spectrumscale.csi.ibm.com |
| 63 | +parameters: |
| 64 | + volBackendFs: filesystem1 |
| 65 | +reclaimPolicy: Delete |
| 66 | +allowVolumeExpansion: true |
| 67 | +volumeBindingMode: Immediate |
| 68 | +---- |
0 commit comments