gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gluster-devel] Strange errors


From: Anand Avati
Subject: Re: [Gluster-devel] Strange errors
Date: Tue, 4 Dec 2007 12:53:46 +0530

Brian,
 which is the glusterfs version you used?

Also a question for Brian and others in general, have you used glusterfs
with dovecot with any success / issues? if so with what configuration?
(afr/HA or just unify?)

avati

2007/11/26, Brian Taber <address@hidden>:
>
> 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
>
>
>
>
> _______________________________________________
> Gluster-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/gluster-devel
>



-- 
It always takes longer than you expect, even when you take into account
Hofstadter's Law.

-- Hofstadter's Law


reply via email to

[Prev in Thread] Current Thread [Next in Thread]