]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/cephfs/administration.rst
import ceph nautilus 14.2.2
[ceph.git] / ceph / doc / cephfs / administration.rst
index b7aa37cec6b901b79dc0916bd1443764c79f322f..a1ae02d6610ff0dc0853c55700f758cf19552699 100644 (file)
@@ -213,6 +213,28 @@ does not change a MDS; it manipulates the file system rank which has been
 marked damaged.
 
 
+Minimum Client Version
+----------------------
+
+It is sometimes desirable to set the minimum version of Ceph that a client must be
+running to connect to a CephFS cluster. Older clients may sometimes still be
+running with bugs that can cause locking issues between clients (due to
+capability release). CephFS provides a mechanism to set the minimum
+client version:
+
+::
+
+    fs set <fs name> min_compat_client <release>
+
+For example, to only allow Nautilus clients, use:
+
+::
+
+    fs set cephfs min_compat_client nautilus
+
+Clients running an older version will be automatically evicted.
+
+
 Global settings
 ---------------