]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Removed unnecessary/contradictory options.
authorJohn Wilkins <john.wilkins@inktank.com>
Fri, 8 Feb 2013 21:27:58 +0000 (13:27 -0800)
committerJohn Wilkins <john.wilkins@inktank.com>
Fri, 8 Feb 2013 21:27:58 +0000 (13:27 -0800)
fixes: #4058

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/cephfs/fstab.rst

index 96093bf8ec3caf2d6d23b5f00d41d710bfc4419f..b61cd1fcadf21673f06cf52fb5e8e868047a827f 100644 (file)
@@ -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`_