NFS
The total number of NFS exports created from CephFS subvolumes.
The File System page allows you to manage Ceph File Systems (CephFS) and Network File System (NFS) exports. CephFS provides a POSIX-compliant file system on top of the Ceph cluster, while NFS exports allow you to share these file systems with standard NFS clients.
The page is divided into two main sections: NFS and Group.
The NFS section allows you to manage subvolumes and export them via NFS.
At the top of the page, you will find a dashboard summarizing the state of NFS exports configured in the system:
NFS
The total number of NFS exports created from CephFS subvolumes.
The NFS table displays a list of subvolumes. The table includes the following information:
| Column | Description |
|---|---|
| Name | The name of the subvolume. |
| Pool Name | The data pool where the subvolume is stored. |
| Export | Displays the NFS export host. Click the information icon in the Export column to view the export IP, path, allowed clients, and the mount command. Use the copy icon to copy the mount command directly. |
| Usage | A progress bar showing the storage capacity usage (Used Space / Quota Size). |
| Created Time | Displays how long ago the NFS export was created, relative to the current time. |
| Snapshots | The number of snapshots taken of this subvolume. Clicking the external link icon opens a detailed view of the snapshots. |
You can create new subvolumes and export them via NFS.
default).After an NFS export is created and access is granted, clients can mount the export using standard NFS commands.
sudo mkdir -p /mnt/nfs sudo mount -t nfs4 -o nfsvers=4.1 -v <NFS_IP>:<EXPORT_PATH> /mnt/nfs mount | grep nfsYou can manage access, modify quotas, or delete NFS exports using the Actions menu.
Control which clients can access the NFS export.
Allows you to resize the subvolume quota.
Permanently removes the subvolume and its export.
Snapshots provide a read-only copy of the subvolume at a specific point in time. You can view and manage snapshots by clicking the external link icon in the Snapshots column.
The snapshot list displays the following information:
| Column | Description |
|---|---|
| Name | The name of the snapshot. |
| Pending Clones | Indicates if there are any pending clones based on this snapshot. |
| Created Time | Displays how long ago the snapshot was created, relative to the current time. |
Create Snapshot allows you to capture a read-only point-in-time copy of the subvolume.
Delete Snapshot permanently removes an existing snapshot.
The Group section allows you to manage subvolume groups, which are used to organize subvolumes.
At the top of the page, you will find a dashboard summarizing the state of subvolume groups configured in the file system:
Group
The total number of subvolume groups defined in the file system.
The Group table displays a list of subvolume groups. The table includes the following information:
| Column | Description |
|---|---|
| Name | The name of the subvolume group. |
| Pool Name | The data pool associated with the group. |
| Usage | A progress bar showing the cumulative usage of all subvolumes in the group. |
| Created Time | Displays how long ago the subvolume group was created, relative to the current time. |
You can create new subvolume groups to organize your file systems.
Allows you to resize the group quota.
Permanently removes a subvolume group.