[Gluster-users] Issue with geo-replication and nfs auth

Csaba Henk csaba at gluster.com
Tue May 3 11:33:59 UTC 2011


[repost for the ML after subscription, pls. reply to this one]

Hi,

On Tue, May 3, 2011 at 4:25 PM, Kaushik BV <kaushikbv at gluster.com> wrote:
> to locate the slave log-file do the following:
>     execute this command on the slave domain:
>           #gluster volume geo-replication ssh://root@slave.mydomain.com:file:///data/test  config log-file

Sorry, this command is bogus. The proper command would be:

# gluster volume geo-replication file:///data/test config log-file

or for short:

# gluster volume geo-replication /data/test config log-file

(because on the slave you are already at the other end of the ssh
tunnel, so you should strip the ssh part off of the slave url).

Also, to ease debugging, you are suggested to set the log-level to
DEBUG on slave side too (that is independent of master side
log-level):

# gluster volume geo-replication /data/test config log-level DEBUG

Csaba



More information about the Gluster-users mailing list