Hide Forgot
PATCH: http://patches.gluster.com/patch/4702 in master (stripe: fixed create issues after gfid changes)
stripe create is failing after gfid changes done in mainline root@supernova:~# gluster volume create stp stripe 3 supernova:/tmp/export/s1 supernova:/tmp/export/s2 supernova:/tmp/export/s3 Creation of volume stp has been successful root@supernova:~# gluster volume start stp Starting volume stp has been successful root@supernova:~# mount -t glusterfs localhost:stp /mnt/glusterfs/ df -hroot@supernova:~# df -h /mnt/glusterfs Filesystem Size Used Avail Use% Mounted on localhost:stp 28G 21G 5.4G 80% /mnt/glusterfs root@supernova:~# touch /mnt/glusterfs/okpa1 touch: cannot touch `/mnt/glusterfs/okpa1': No such file or directory root@supernova:~# tail -n 3 /usr/local/var/log/glusterfs/mnt-glusterfs-.log [2010-09-09 13:40:17.226735] I [client-handshake.c:496:client_setvolume_cbk] stp-client-0: Connected to 127.0.0.1:6971, attached to remote volume '/tmp/export/s1'. [2010-09-09 13:40:17.278826] I [fuse-bridge.c:2858:fuse_init] glusterfs-fuse: FUSE inited with protocol versions: glusterfs 7.13 kernel 7.13 [2010-09-09 13:40:29.490265] W [fuse-bridge.c:1500:fuse_create_cbk] glusterfs-fuse: 11: /okpa1 => -1 (No such file or directory) root@supernova:~#
test with 3.1.0qa26.