Skip to main content
Version: Next

Create Volume

Create a persistent storage volume to hold model files, compilation artifacts, and other data.


Method A: Dynamic Provisioning

The cluster allocates storage automatically. You can use it right away without a separate NAS.

1. Go to the Volumes menu

In the left sidebar, click Resources > Volumes and press the Create button.

Volume list

2. Enter the volume information

FieldExample value
Nametutorial-volume
Storage Classjuicefs-sc
Size50Gi

Volume creation form

3. Check Bound status

After Create, the volume is ready when its status in the list changes to Bound.

Volume list — Bound status


Method B: Connect NAS (Static Provisioning)

Connect an in-house NAS (shared storage) as a volume. Select a StorageClass registered by the administrator to either create a new volume or connect to an existing path.

Prerequisites

NAS connection requires administrator work. Ask your administrator to register the NAS StorageClass and PV. Admin guide: Register StorageClass

1. Go to the Volumes menu

In the left sidebar, click Resources > Volumes and press the Create button.

2. Enter the volume information

Selecting a StorageClass registered by the administrator gives you two options:

  • Create a new volume: allocate a new path on the NAS to store data
  • Connect to an existing path: bind to an existing model data path on the NAS
FieldValue
Nametutorial-volume-nfs
Storage ClassChoose a StorageClass created by the administrator
SizeEnter the capacity you need (applies only when creating a new volume — auto-set when connecting to an existing path)
Note on NFS share path configuration

The NFS share path registered in the StorageClass must be the parent path of the model folder. Example: if the model is in /volume1/nufi/Qwen2.5-0.5B-Instruct/, the share path must be /volume1/nufi so that the file browser can select the Qwen2.5-0.5B-Instruct folder.

Volume creation form — NAS

3. Check Bound status

After Create, when the status changes to Bound, the NAS path is connected.

Volume list — NAS Bound status

4. Check the mount

Click the created volume — there are Overview and Files tabs.

  • Files: model folders such as Qwen2.5-0.5B-Instruct should appear in the list. If the folder is not shown, check the share path configuration.

Verify files — NFS


Next Step

Once volume creation is complete, proceed to one of the following: