Storage Options
Persistent Storage
- Persists after cluster termination
- Shareable across multiple clusters
- Requires pre-created disk with
Active
status - Use case: Long-term data, models, and datasets
Ephemeral Shared Storage
- Temporary storage for cluster lifecycle only
- Automatic creation during cluster provisioning
- Shared between all nodes in the cluster
- Use case: Temporary files, intermediate processing data
Step-by-Step Guide
1
Go to `Multi-Node Cluster` and select a provider. For persistent storage, ensure the provider and location match your existing disk. Look for the `Add Shared Filesystem` button.

2
To use existing persistent storage, click `Add Shared Filesystem` and select your disk.

This disk will remain available after cluster termination and can be reattached to new clusters.
3
For temporary shared storage, simply enter the desired size in GB. This creates a new shared filesystem that's accessible by all nodes but will be deleted when the cluster terminates.

Ephemeral storage is deleted when the cluster terminates. Do not store critical data here without backups.