From: John Spray Date: Mon, 27 Jun 2016 09:39:02 +0000 (+0100) Subject: doc: add _netdev to cephfs fstab lines X-Git-Tag: v11.0.0~36^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F9942%2Fhead;p=ceph.git doc: add _netdev to cephfs fstab lines Signed-off-by: John Spray --- diff --git a/doc/cephfs/fstab.rst b/doc/cephfs/fstab.rst index b16654cfec07..61270771c86f 100644 --- a/doc/cephfs/fstab.rst +++ b/doc/cephfs/fstab.rst @@ -15,7 +15,7 @@ following to ``/etc/fstab``:: For example:: - 10.10.10.10:6789:/ /mnt/ceph ceph name=admin,secretfile=/etc/ceph/secret.key,noatime 0 2 + 10.10.10.10:6789:/ /mnt/ceph ceph name=admin,secretfile=/etc/ceph/secret.key,noatime,_netdev 0 2 .. important:: The ``name`` and ``secret`` or ``secretfile`` options are mandatory when you have Ceph authentication running. @@ -30,7 +30,7 @@ To mount Ceph FS in your file systems table as a filesystem in user space, add t following to ``/etc/fstab``:: #DEVICE PATH TYPE OPTIONS - id={user-ID}[,conf={path/to/conf.conf}] /mount/path fuse.ceph defaults 0 0 + id={user-ID}[,conf={path/to/conf.conf}] /mount/path fuse.ceph defaults,_netdev 0 0 For example::