[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gluster-devel] Strange errors
From: |
Brian Taber |
Subject: |
[Gluster-devel] Strange errors |
Date: |
Sun, 25 Nov 2007 21:37:46 -0500 (EST) |
User-agent: |
SquirrelMail/1.4.7 [CVS] |
I am trying to use gluster with dovect. When email is checked, it is move
between a few folders. The message seams to go missing somehow... The
message get renamed on the namespace folder, but the original message does
not get moved, I see an error in the log that says:
2007-11-25 21:07:07 C [unify.c:3579:unify_ns_rename_cbk] brick: rename
successful on namespace, but no entry found on storage nodes
my setup is:
Server
################################## mail share
volume ns-mail
type storage/posix
option directory /data2/gluster-index/mail
end-volume
volume mail
type storage/posix
option directory /data/mail
end-volume
volume posix-locks-mail
type features/posix-locks
option mandatory on
subvolumes mail
end-volume
volume mail2
type storage/posix
option directory /data3/mail
end-volume
volume posix-locks-mail2
type features/posix-locks
option mandatory on
subvolumes mail2
end-volume
################################## final server
volume server
type protocol/server
subvolumes ns-mail posix-locks-mail posix-locks-mail2
option transport-type tcp/server # For TCP/IP transport
option listen-port 6998
option auth.ip.ns-mail.allow 192.168.*
option auth.ip.posix-locks-mail.allow 192.168.*
option auth.ip.posix-locks-mail2.allow 192.168.*
end-volume
Client
volume ns-mail
type protocol/client
option transport-type tcp/client
option remote-host 192.168.250.1
option remote-port 6998
option remote-subvolume ns-mail
end-volume
volume mail
type protocol/client
option transport-type tcp/client
option remote-host 192.168.250.1
option remote-port 6998
option remote-subvolume posix-locks-mail
end-volume
volume mail2
type protocol/client
option transport-type tcp/client
option remote-host 192.168.250.1
option remote-port 6998
option remote-subvolume posix-locks-mail2
end-volume
volume brick
type cluster/unify
subvolumes mail mail2
option namespace ns-mail
option scheduler rr
end-volume
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gluster-devel] Strange errors,
Brian Taber <=