From 6c600b53db1e35158fa671af2ed1f9d7187fc902 Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Wed, 30 Apr 2014 15:10:17 +0200 Subject: netfs: implicitly handle glusterfs as a network filesystemd --- rc.d/rc.sysinit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc.d/rc.sysinit') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 2f4be943..81984d9a 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -509,9 +509,9 @@ fi # filesystems are NOT unmounted in single user mode. # The 'no' applies to all listed filesystem types. See mount(8). if [ "$READONLY" != "yes" ] ; then - action $"Mounting local filesystems: " mount -a -t nonfs,nfs4,smbfs,ncpfs,cifs,gfs,gfs2 -O no_netdev + action $"Mounting local filesystems: " mount -a -t nonfs,nfs4,smbfs,ncpfs,cifs,gfs,gfs2,glusterfs -O no_netdev else - action $"Mounting local filesystems: " mount -a -n -t nonfs,nfs4,smbfs,ncpfs,cifs,gfs,gfs2 -O no_netdev + action $"Mounting local filesystems: " mount -a -n -t nonfs,nfs4,smbfs,ncpfs,cifs,gfs,gfs2i,glusterfs -O no_netdev fi # Update quotas if necessary -- cgit v1.2.1