diff options
Diffstat (limited to 'xlators')
| -rwxr-xr-x | xlators/mount/fuse/utils/mount.glusterfs.in | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/mount/fuse/utils/mount.glusterfs.in b/xlators/mount/fuse/utils/mount.glusterfs.in index 3bbbc3a0..cb0f65b8 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'=');  | 
