Hello,

I am rysncing an email storage to a replicated Glusterfs setup (Two nodes). Two Dell servers with two quad core 2.9 Ghz processors and 32 Gigs of ram, gigabit network switch between nodes and client.

From the client 192.168.1.15:
time rsync -rzva --delete --exclude 'subdirs.dat' --exclude 'size.dat' /fs/mail/* 192.168.1.17:/mnt/mail

Attached are the vol files.

I am receiving the following errors in etc-glusterfs- glusterfsd.vol.log on both nodes. Could someone shed some light on the problem and a possible remedy? The rsync is excruciating slow.

[2010-07-10 14:15:50] E [posix.c:654:posix_setattr] posix1: setattr (lstat) on /fs/gluster/agra.k12.ok.us/c/cstine/Deleted Messages/ 201007021652241566.imap failed: No such file or directory [2010-07-10 14:15:51] E [posix.c:654:posix_setattr] posix1: setattr (lstat) on /fs/gluster/agra.k12.ok.us/c/cstine/Deleted Messages/ 201007021337499580.imap failed: No such file or directory [2010-07-10 14:15:51] E [posix.c:654:posix_setattr] posix1: setattr (lstat) on /fs/gluster/agra.k12.ok.us/c/cstine/Deleted Messages/ 201007021337449577.imap failed: No such file or directory [2010-07-10 14:15:51] E [posix.c:654:posix_setattr] posix1: setattr (lstat) on /fs/gluster/agra.k12.ok.us/c/cstine/Deleted Messages/ 201007021337199574.imap failed: No such file or directory [2010-07-10 14:15:52] E [posix.c:654:posix_setattr] posix1: setattr (lstat) on /fs/gluster/agra.k12.ok.us/c/cstine/Deleted Messages/ 201007021121127979.imap failed: No such file or directory [2010-07-10 14:15:52] E [posix.c:654:posix_setattr] posix1: setattr (lstat) on /fs/gluster/agra.k12.ok.us/c/cstine/Deleted Messages/ 201007021120327955.imap failed: No such file or directory [2010-07-10 14:15:52] E [posix.c:654:posix_setattr] posix1: setattr (lstat) on /fs/gluster/agra.k12.ok.us/c/cstine/Deleted Messages/ 201007021119457931.imap failed: No such file or directory [2010-07-10 14:15:52] E [posix.c:654:posix_setattr] posix1: setattr (lstat) on /fs/gluster/agra.k12.ok.us/c/cstine/Deleted Messages/ 201007020213553213.imap failed: No such file or directory



Bryan McGuire


## file auto generated by /bin/glusterfs-volgen (export.vol)
# Cmd line:
# $ /bin/glusterfs-volgen --name repstore1 --raid 1 192.168.1.17:/fs/mail 
192.168.1.16:/fs/mail

volume posix1
  type storage/posix
  option directory /fs/gluster
end-volume

volume locks1
    type features/locks
    subvolumes posix1
end-volume

volume brick1
    type performance/io-threads
    option thread-count 8
    subvolumes locks1
end-volume

volume server-tcp
    type protocol/server
    option transport-type tcp
    option auth.addr.brick1.allow *
    option transport.socket.listen-port 6996
    option transport.socket.nodelay on
    subvolumes brick1
end-volume
## file auto generated by /bin/glusterfs-volgen (mount.vol)
# Cmd line:
# $ /bin/glusterfs-volgen --name repstore1 --raid 1 192.168.1.17:/fs/mail 
192.168.1.16:/fs/mail

# RAID 1
# TRANSPORT-TYPE tcp
volume 192.168.1.17-1
    type protocol/client
    option transport-type tcp
    option remote-host 192.168.1.17
    option transport.socket.nodelay on
    option transport.remote-port 6996
    option remote-subvolume brick1
end-volume

volume 192.168.1.16-1
    type protocol/client
    option transport-type tcp
    option remote-host 192.168.1.16
    option transport.socket.nodelay on
    option transport.remote-port 6996
    option remote-subvolume brick1
end-volume

volume mirror-0
    type cluster/replicate
    option read-subvolume 192.168.1.16
    subvolumes 192.168.1.17-1 192.168.1.16-1
end-volume

volume readahead
    type performance/read-ahead
    option page-count 4
    subvolumes mirror-0
end-volume

volume iocache
    type performance/io-cache
    option cache-size `echo $(( $(grep 'MemTotal' /proc/meminfo | sed 
's/[^0-9]//g') / 5120 ))`MB
    option cache-timeout 1
    subvolumes readahead
end-volume

volume quickread
    type performance/quick-read
    option cache-timeout 20
    option max-file-size 1024kB
    subvolumes iocache
#    subvolumes mirror-0
end-volume

volume writebehind
    type performance/write-behind
    option cache-size 12MB
    subvolumes quickread
end-volume

volume statprefetch
    type performance/stat-prefetch
    subvolumes writebehind
end-volume





_______________________________________________
Gluster-users mailing list
[email protected]
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users

Reply via email to