From: John Wilkins Date: Fri, 8 Feb 2013 21:27:58 +0000 (-0800) Subject: doc: Removed unnecessary/contradictory options. X-Git-Tag: v0.58~117 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=38dd59ba7cebe1941b864646246f98c75bb395c5;p=ceph.git doc: Removed unnecessary/contradictory options. fixes: #4058 Signed-off-by: John Wilkins --- diff --git a/doc/cephfs/fstab.rst b/doc/cephfs/fstab.rst index 96093bf8ec3c..b61cd1fcadf2 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`_