]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/cephfs/nfs: update ceph.conf example
authorSage Weil <sage@redhat.com>
Mon, 18 Mar 2019 04:16:49 +0000 (23:16 -0500)
committerSage Weil <sage@redhat.com>
Mon, 18 Mar 2019 04:16:49 +0000 (23:16 -0500)
and reference 'ceph config generate-minimal-conf'

Signed-off-by: Sage Weil <sage@redhat.com>
doc/cephfs/nfs.rst

index 3485d33d88d111107dbbfb9dcdfc653cc54d628f..a6d5711f337a8ead702aa36eb3289260b7b7be44 100644 (file)
@@ -56,10 +56,10 @@ Configuration for libcephfs clients
 Required ceph.conf for libcephfs clients includes:
 
 * a [client] section with ``mon_host`` option set to let the clients connect
-  to the Ceph cluster's monitors, e.g., ::
+  to the Ceph cluster's monitors, usually generated via ``ceph config generate-minimal-conf``, e.g., ::
 
-    [client]
-            mon host = 192.168.1.7:6789, 192.168.1.8:6789, 192.168.1.9:6789
+    [global]
+            mon host = [v2:192.168.1.7:3300,v1:192.168.1.7:6789], [v2:192.168.1.8:3300,v1:192.168.1.8:6789], [v2:192.168.1.9:3300,v1:192.168.1.9:6789]
 
 Mount using NFSv4 clients
 =========================