[Gluster-users] Distribute rm problem

artur.k a.kaminski at o2.pl
Mon May 18 04:05:14 UTC 2009


8 storage servers with glusterfs 2.0.0




backup-server-1:~# /usr/sbin/bonnie++ -d /mnt/glusterfs/akam/ -s 0 -n 120:16000:1000:1000 -u 0 -f
Using uid:0, gid:0.
Create files in sequential order...
done.
Stat files in sequential order...
done.
Delete files in sequential order...Bonnie: drastic I/O error (rmdir): No such file or directory
Cleaning up test directory after error.



backup-server-1:~#
backup-server-1:~# cd /mnt/glusterfs
backup-server-1:/mnt/glusterfs# ls
akam                                   backup-server-1.glusterfs.check.16945  backup-server-1.glusterfs.check.30945
backup-server-1.glusterfs.check.14355  backup-server-1.glusterfs.check.17172  backup-server-1.glusterfs.check.31176
backup-server-1.glusterfs.check.14998  backup-server-1.glusterfs.check.25468  backup-server-1.glusterfs.check.31500
backup-server-1.glusterfs.check.16630  backup-server-1.glusterfs.check.26041
backup-server-1:/mnt/glusterfs# rm -rf *
rm: cannot remove directory `akam/Bonnie.16247/00010': No such file or directory
rm: cannot remove directory `akam/Bonnie.16247/00018': No such file or directory
rm: cannot remove directory `akam/Bonnie.16247/00032': No such file or directory
rm: cannot remove directory `akam/Bonnie.16247/00039': No such file or directory



my client config file:

volume client1
  type protocol/client
  option transport-type tcp/client
  option remote-host backup-server-1.atm
  option remote-port 6996
  option remote-subvolume brick
  option ping-timeout 120
end-volume
...
volume client8
...



volume unify
  type cluster/distribute
  subvolumes client1 client2 client3 client4 client5 client6 client7 client8
end-volume


volume wh
  type performance/write-behind
  option cache-size 2MB
  subvolumes unify
end-volume

volume ra
  type performance/read-ahead
  option page-count 4
  subvolumes wh
end-volume

volume io-cache
  type performance/io-cache
  option cache-size 128MB
  option page-size 1MB
  subvolumes ra
end-volume

volume iot
  type performance/io-threads
  subvolumes io-cache
  option thread-count 60
end-volume






More information about the Gluster-users mailing list