From b46e98787f735f6b7cd434e4eeb7f8f011a6e63b Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Wed, 29 Aug 2012 16:51:50 +0200 Subject: mount.glusterfs: Ignore noauto and _netdev options BUG: 827121 Change-Id: Icab4ca9adecc7b9d62e3d5e7d161c442f16ad940 Signed-off-by: Lubomir Rintel Reviewed-on: http://review.gluster.org/3873 Tested-by: Gluster Build System Reviewed-by: Amar Tumballi --- xlators/mount/fuse/utils/mount.glusterfs.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xlators/mount/fuse/utils') diff --git a/xlators/mount/fuse/utils/mount.glusterfs.in b/xlators/mount/fuse/utils/mount.glusterfs.in index 3bbbc3a06..cb0f65b8e 100755 --- a/xlators/mount/fuse/utils/mount.glusterfs.in +++ b/xlators/mount/fuse/utils/mount.glusterfs.in @@ -320,6 +320,9 @@ main () "fopen-keep-cache") fopen_keep_cache=1 ;; # "mount -t glusterfs" sends this, but it's useless. "rw") ;; + # these ones are interpreted during system initialization + "noauto") ;; + "_netdev") ;; *) key=$(echo "$pair" | cut -f1 -d'='); value=$(echo "$pair" | cut -f2- -d'='); -- cgit