summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2013-02-08 13:27:58 -0800
committerJohn Wilkins <john.wilkins@inktank.com>2013-02-08 13:27:58 -0800
commit38dd59ba7cebe1941b864646246f98c75bb395c5 (patch)
treee0af7f4978b484b68450b3e8eb02aa602c2fefd5
parent19c946663e2385175a998d0fff7d5d7b06e91031 (diff)
downloadceph-38dd59ba7cebe1941b864646246f98c75bb395c5.tar.gz
doc: Removed unnecessary/contradictory options.
fixes: #4058 Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r--doc/cephfs/fstab.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cephfs/fstab.rst b/doc/cephfs/fstab.rst
index 96093bf8ec3..b61cd1fcadf 100644
--- a/doc/cephfs/fstab.rst
+++ b/doc/cephfs/fstab.rst
@@ -10,7 +10,7 @@ following to ``/etc/fstab``::
For example::
- 10.10.10.10:6789:/ /mnt/ceph ceph name=admin,secretfile=/etc/ceph/secret.key,noauto,rw,noexec,nodev,noatime,nodiratime 0 2
+ 10.10.10.10:6789:/ /mnt/ceph ceph name=admin,secretfile=/etc/ceph/secret.key,noatime 0 2
.. important:: The ``name`` and ``secret`` or ``secretfile`` options are
mandatory when you have Ceph authentication running. See `Authentication`_