mirror of
https://github.com/ceph/ceph
synced 2025-01-29 22:43:40 +00:00
doc: add _netdev to cephfs fstab lines
Signed-off-by: John Spray <john.spray@redhat.com>
This commit is contained in:
parent
2cd0475ff9
commit
2499a568c2
@ -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::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user