aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc.sysinit
diff options
context:
space:
mode:
authorLukas Nykryn <lnykryn@redhat.com>2014-04-30 15:10:17 +0200
committerLukas Nykryn <lnykryn@redhat.com>2014-04-30 15:10:17 +0200
commit6c600b53db1e35158fa671af2ed1f9d7187fc902 (patch)
tree9dcbdd97f1e959c2dcfb217f25879b157dab7dd5 /rc.d/rc.sysinit
parent1c1f0570acdc7ebc48db5a52690c54d98dd0314e (diff)
downloadinitscripts-6c600b53db1e35158fa671af2ed1f9d7187fc902.tar
initscripts-6c600b53db1e35158fa671af2ed1f9d7187fc902.tar.gz
initscripts-6c600b53db1e35158fa671af2ed1f9d7187fc902.tar.bz2
initscripts-6c600b53db1e35158fa671af2ed1f9d7187fc902.tar.xz
initscripts-6c600b53db1e35158fa671af2ed1f9d7187fc902.zip
netfs: implicitly handle glusterfs as a network filesystemd
Diffstat (limited to 'rc.d/rc.sysinit')
-rwxr-xr-xrc.d/rc.sysinit4
1 files changed, 2 insertions, 2 deletions
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