Skip to content

Commit

Permalink
doc: add _netdev to cephfs fstab lines
Browse files Browse the repository at this point in the history
Signed-off-by: John Spray <[email protected]>
  • Loading branch information
John Spray committed Jun 27, 2016
1 parent 2cd0475 commit 2499a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/cephfs/fstab.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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::

Expand Down

0 comments on commit 2499a56

Please sign in to comment.