NFS Commands
Manage NFS storage volumes with thetp nfs
command group.
Commands
tp nfs create
- Create a new NFS volumetp nfs list
- List NFS volumestp nfs attach
- Attach volume to clusterstp nfs detach
- Detach volume from clusterstp nfs destroy
- Delete an NFS volume
tp nfs create
Create a new NFS volume.-s, --size SIZE
- Size of the volume in GB (required)--name NAME
- Custom volume name (optional)
tp nfs list
List your NFS volumes.--org, --organization
- List all volumes in your organization (optional)
tp nfs attach
Attach an NFS volume to a cluster.STORAGE_ID
- ID of the storage volume to attachCLUSTER_ID
- Cluster ID to attach the volume to
NFS volumes can only be attached to multi-node clusters (2+ nodes).
tp nfs detach
Detach an NFS volume from a cluster.STORAGE_ID
- ID of the storage volume to detachCLUSTER_ID
- Cluster ID to detach the volume from
tp nfs destroy
Delete an NFS volume permanently.STORAGE_ID
- ID of the storage volume to destroy
This action is irreversible. Back up important data before destroying a volume.