From 08e2b6ada2863cba3dd15e6107e50e892829eb20 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 17 Mar 2019 23:16:49 -0500 Subject: [PATCH] doc/cephfs/nfs: update ceph.conf example and reference 'ceph config generate-minimal-conf' Signed-off-by: Sage Weil --- doc/cephfs/nfs.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/cephfs/nfs.rst b/doc/cephfs/nfs.rst index 3485d33d88d..a6d5711f337 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 ========================= -- 2.39.5