- Getting Started Configuration Accessing Your Cluster
- Accessing your Cluster
- CephFS
- MDS Notifications
- CephFS Guard
- RBD
- S3
- S3 Multisite
- NVMe over Fabrics
- SMB
- NFS
- Ceph Keys
- Updating croit
- Replacing OSDs
- Replacing NIC
- PG numbers
- Updating Ceph
- Migrating or restoring croit container
NFS
To create NFS Exports for your CephFS:
- Navigate to
File Storage -> NFS. - You will be prompted to choose servers for NFS Gateway.
- Navigate to
Exports. - Click
Create.
High Availability
Clients can connect to your NFS gateways directly, but a client mounted against one gateway's address loses its mount when that gateway goes down. An HA group puts a virtual IP in front of the gateways, so mount the virtual IP rather than a gateway address and the mount survives a gateway failure.
- Navigate to
File Storage -> NFS -> <your NFS cluster> -> HA Groups. - Click
Create. - Pick the virtual IP, the gateways that serve it, and the network interface it lives on.
One gateway holds the virtual IP at a time, so an NFS group fails over rather than balancing load. When the holder stops answering, the IP moves to another member after the Fail-over Time in seconds, and clients reconnect to the new holder.
Failback returns the virtual IP to the original gateway once it is healthy again, after the Fail-back Time. Clients that are still talking to the stand-in gateway do not necessarily notice, so turn on Evict NFS Client on Failback to disconnect them at that moment and have them reconnect through the virtual IP.
