So what is the inode of your mounted gluster filesystem? And does running 'mount' show it as being fuse.glusterfs? On Tue, 2015-01-27 at 09:05 +0100, Bart?omiej Syryjczyk wrote:> W dniu 2015-01-27 o 09:00, Franco Broi pisze: > > Your getinode isn't working... > > > > + '[' 0 -ne 0 ']' > > ++ stat -c %i /mnt/gluster > > + inode> > + '[' 1 -ne 0 ']' > > > > How old is your mount.glusterfs script? > It's fresh (I think so). It's from official repo: > --- > [root at apache2 ~]# which mount.glusterfs > /usr/sbin/mount.glusterfs > > [root at apache2 ~]# ls -l /usr/sbin/mount.glusterfs > -rwxr-xr-x 1 root root 16908 Jan 22 14:00 /usr/sbin/mount.glusterfs > > [root at apache2 ~]# yum provides /usr/sbin/mount.glusterfs > glusterfs-fuse-3.6.2-1.el7.x86_64 : Fuse client > Repo : @glusterfs-epel > Matched from: > Filename : /usr/sbin/mount.glusterfs > > [root at apache2 ~]# md5sum /usr/sbin/mount.glusterfs > a302f984367c93fd94ab3ad73386e66a /usr/sbin/mount.glusterfs > --- >
W dniu 2015-01-27 o 09:08, Franco Broi pisze:> So what is the inode of your mounted gluster filesystem? And does > running 'mount' show it as being fuse.glusterfs?--- [root at apache2 ~]# stat -c %i /mnt/gluster 101729533 [root at apache2 ~]# /usr/sbin/glusterfs --volfile-server=apache1 --volfile-id=/testvol /mnt/gluster [root at apache2 ~]# stat -c %i /mnt/gluster 1 [root at apache2 ~]# mount|grep fuse fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime) apache1:/testvol on /mnt/gluster type fuse.glusterfs (rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,max_read=131072) --- -- Z powa?aniem, *Bart?omiej Syryjczyk*