From: Sage Weil Date: Mon, 18 Mar 2019 04:16:49 +0000 (-0500) Subject: doc/cephfs/nfs: update ceph.conf example X-Git-Tag: v15.0.0~210^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=08e2b6ada2863cba3dd15e6107e50e892829eb20;p=ceph.git doc/cephfs/nfs: update ceph.conf example and reference 'ceph config generate-minimal-conf' Signed-off-by: Sage Weil --- diff --git a/doc/cephfs/nfs.rst b/doc/cephfs/nfs.rst index 3485d33d88d11..a6d5711f337a8 100644 --- a/doc/cephfs/nfs.rst +++ b/doc/cephfs/nfs.rst @@ -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 =========================