Sebastien LELIEVRE wrote:
Hi Gerry,
Is your underlying FS (let's suppose it is EXT3) has the extended
attributes mount option enabled ?
I'm afraid it would not be as simple as this, but who knows ?
So, question is : are your servers bricks FS mounted with extended
attributes ?
Regards,
Sebastien.
Gerry Reno a écrit :
Gerry Reno wrote:
Krishna,
Still no luck:
[root@grp-01-20-01 glusterfs]# find /mnt/glusterfs*
/mnt/glusterfs0
/mnt/glusterfs0/file0
/mnt/glusterfs0/file1
/mnt/glusterfs1
/mnt/glusterfs1/file0
/mnt/glusterfs1/file2
/mnt/glusterfs1/file1
/mnt/glusterfs2
/mnt/glusterfs2/file0
/mnt/glusterfs2/file2
/mnt/glusterfs2/file1
/mnt/glusterfs3
/mnt/glusterfs3/file0
/mnt/glusterfs3/file2
/mnt/glusterfs3/file1
[root@grp-01-20-01 glusterfs]# rm /mnt/glusterfs*/*
rm: remove regular empty file `/mnt/glusterfs0/file0'? y
rm: remove regular empty file `/mnt/glusterfs0/file1'? y
rm: remove regular empty file `/mnt/glusterfs1/file0'? y
rm: remove regular empty file `/mnt/glusterfs1/file1'? y
rm: remove regular empty file `/mnt/glusterfs1/file2'? y
rm: remove regular empty file `/mnt/glusterfs2/file0'? y
rm: remove regular empty file `/mnt/glusterfs2/file1'? y
rm: remove regular empty file `/mnt/glusterfs2/file2'? y
rm: remove regular empty file `/mnt/glusterfs3/file0'? y
rm: remove regular empty file `/mnt/glusterfs3/file1'? y
rm: remove regular empty file `/mnt/glusterfs3/file2'? y
[root@grp-01-20-01 glusterfs]# find /mnt/glusterfs*
/mnt/glusterfs0
/mnt/glusterfs1
/mnt/glusterfs2
/mnt/glusterfs3
[root@grp-01-20-01 glusterfs]# touch /mnt/glusterfs0/file0
[root@grp-01-20-01 glusterfs]# find /mnt/glusterfs*
/mnt/glusterfs0
/mnt/glusterfs0/file0
/mnt/glusterfs1
/mnt/glusterfs2
/mnt/glusterfs3
[root@grp-01-20-01 glusterfs]#
Here is the log from this sequence:
*snip*
Sebastien,
Yes, good point, I did not have the filesystems mounted with
user_xattr. So I added them, rebooted, but nothing changed. Still same
problems.
[root@grp-01-20-01 glusterfs]# find /mnt/glusterfs*
/mnt/glusterfs0
/mnt/glusterfs1
/mnt/glusterfs2
/mnt/glusterfs3
[root@grp-01-20-01 glusterfs]# ./test-startall.sh
glusterfsd: WARNING: ignoring stale pidfile for PID 3360
glusterfsd: WARNING: ignoring stale pidfile for PID 3363
glusterfsd: WARNING: ignoring stale pidfile for PID 3366
glusterfsd: WARNING: ignoring stale pidfile for PID 3369
[root@grp-01-20-01 glusterfs]# find /mnt/glusterfs*
/mnt/glusterfs0
/mnt/glusterfs1
/mnt/glusterfs2
/mnt/glusterfs3
[root@grp-01-20-01 glusterfs]# touch /mnt/glusterfs0/file0
[root@grp-01-20-01 glusterfs]# find /mnt/glusterfs*
/mnt/glusterfs0
/mnt/glusterfs0/file0
/mnt/glusterfs1
/mnt/glusterfs2
/mnt/glusterfs3
[root@grp-01-20-01 glusterfs]# touch /mnt/glusterfs2/file2
[root@grp-01-20-01 glusterfs]# find /mnt/glusterfs*
/mnt/glusterfs0
/mnt/glusterfs0/file0
/mnt/glusterfs1
/mnt/glusterfs2
/mnt/glusterfs2/file2
/mnt/glusterfs3
[root@grp-01-20-01 glusterfs]# mount
/dev/mapper/VolGroup01-LogVol00 on / type ext3 (rw,user_xattr)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/md0 on /boot type ext3 (rw,user_xattr)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
192.168.1.15:/var/backup/filesets_a on /mnt/Backup_Filesets_A type nfs
(rw,rsize=8192,wsize=8192,hard,intr,addr=192.168.1.15)
192.168.1.15:/var/backup/filesets_b on /mnt/Backup_Filesets_B type nfs
(rw,rsize=8192,wsize=8192,hard,intr,addr=192.168.1.15)
glusterfs on /mnt/glusterfs0 type fuse
(rw,nosuid,nodev,allow_other,default_permissions,max_read=1048576)
glusterfs on /mnt/glusterfs1 type fuse
(rw,nosuid,nodev,allow_other,default_permissions,max_read=1048576)
glusterfs on /mnt/glusterfs2 type fuse
(rw,nosuid,nodev,allow_other,default_permissions,max_read=1048576)
glusterfs on /mnt/glusterfs3 type fuse
(rw,nosuid,nodev,allow_other,default_permissions,max_read=1048576)
[root@grp-01-20-01 glusterfs]#