You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document that the new clustered NFS service supports NFSv3 and v4.1+,
unlike the old service which only supported v4.1+. Warn users to use
consistent protocol versions across all clients mounting a given share
to avoid unintended consequences from mixed version usage.
Copy file name to clipboardExpand all lines: docs_user/modules/con_changes-to-cephFS-via-NFS.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,4 +20,6 @@ Before you begin the adoption, review the following information to understand th
20
20
21
21
* Cloud administrators must ensure a reasonably short window to switch over all end user workloads to the new NFS service.
22
22
23
+
* While the old `ceph-nfs` service only supported NFS version 4.1+, the new clustered NFS service supports NFS protocols 3 and 4.1+. Mixed protocol version usage is not recommended with an export. Users should mount a given share across all clients using a consistent NFS protocol version. Mixing versions will result in unintended consequences.
24
+
23
25
For more information on setting up a clustered NFS service, see xref:creating-a-ceph-nfs-cluster_ceph-prerequisites[Creating an NFS Ganesha cluster].
0 commit comments