<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hi Vijay,<br><br>Some complementary info :<br><ul><li>SLES 11.2</li><li>3.0.26-0.7-xen</li><li>glusterfs 3.3.0 built on Jul 16 2012 14:28:16</li><li>Python 2.6.8</li><li>rsync&nbsp; version 3.0.4</li><li>OpenSSH_4.3p2, OpenSSL 0.9.8a 11 Oct 2005</li></ul><ul><li>ssh command used : ssh -oPasswordAuthentication=no -oStrictHostKeyChecking=no -i /var/lib/glusterd/geo-replication/secret.pem&nbsp; &lt;= key of user sshux<br></li></ul><br>I also changed 1 line in gconf.py because I was aving diffiulties with the control master option and -S option<br><br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cls.ssh_ctl_args = ["-oControlMaster=auto", "-S", os.path.join(ctld, "gsycnd-ssh-%r@%h:%p")]<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cls.ssh_ctl_args = ["-oControlMaster=no"]<br><br>Gluster cmd : <br><br># gluster volume geo-replication test ssh://sshux@yval1020:/users/geo-rep start<br><br><br>Thx for your help.<br><br>Anthony<br><br><div><div id="SkyDrivePlaceholder"></div>&gt; Date: Tue, 31 Jul 2012 08:18:52 -0400<br>&gt; From: vkoppad@redhat.com<br>&gt; To: sokar6012@hotmail.com<br>&gt; CC: gluster-users@gluster.org<br>&gt; Subject: Re: [Gluster-users] Geo rep fail<br>&gt; <br>&gt; Thanks anthony, I'll try to reproduce that. <br>&gt; <br>&gt; -Vijaykumar<br>&gt; <br>&gt; ----- Original Message -----<br>&gt; From: "anthony garnier" &lt;sokar6012@hotmail.com&gt;<br>&gt; To: vkoppad@redhat.com<br>&gt; Cc: gluster-users@gluster.org<br>&gt; Sent: Tuesday, July 31, 2012 5:13:13 PM<br>&gt; Subject: Re: [Gluster-users] Geo rep fail<br>&gt; <br>&gt; <br>&gt; <br>&gt; Hi Vijay, <br>&gt; <br>&gt; I used the tarball here : http://download.gluster.org/pub/gluster/glusterfs/LATEST/ <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; &gt; Date: Tue, 31 Jul 2012 07:39:51 -0400 <br>&gt; &gt; From: vkoppad@redhat.com <br>&gt; &gt; To: sokar6012@hotmail.com <br>&gt; &gt; CC: gluster-users@gluster.org <br>&gt; &gt; Subject: Re: [Gluster-users] Geo rep fail <br>&gt; &gt; <br>&gt; &gt; Hi anthony, <br>&gt; &gt; <br>&gt; &gt; By Glusterfs-3.3 version, you mean this rpm <br>&gt; &gt; http://bits.gluster.com/pub/gluster/glusterfs/3.3.0/. <br>&gt; &gt; or If you are working with git repo, can you give me branch and Head. <br>&gt; &gt; <br>&gt; &gt; -Vijaykumar <br>&gt; &gt; <br>&gt; &gt; ----- Original Message ----- <br>&gt; &gt; From: "anthony garnier" &lt;sokar6012@hotmail.com&gt; <br>&gt; &gt; To: gluster-users@gluster.org <br>&gt; &gt; Sent: Tuesday, July 31, 2012 2:47:40 PM <br>&gt; &gt; Subject: [Gluster-users] Geo rep fail <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; Hello everyone, <br>&gt; &gt; <br>&gt; &gt; I'm using Glusterfs 3.3 and I have some difficulties to setup geo-replication over ssh. <br>&gt; &gt; <br>&gt; &gt; # gluster volume geo-replication test status <br>&gt; &gt; MASTER SLAVE STATUS <br>&gt; &gt; -------------------------------------------------------------------------------- <br>&gt; &gt; test ssh://sshux@yval1020:/users/geo-rep faulty <br>&gt; &gt; test file:///users/geo-rep OK <br>&gt; &gt; <br>&gt; &gt; As you can see, the one in a local folder works fine. <br>&gt; &gt; <br>&gt; &gt; This is my config : <br>&gt; &gt; <br>&gt; &gt; Volume Name: test <br>&gt; &gt; Type: Replicate <br>&gt; &gt; Volume ID: 2f0b0eff-6166-4601-8667-6530561eea1c <br>&gt; &gt; Status: Started <br>&gt; &gt; Number of Bricks: 1 x 2 = 2 <br>&gt; &gt; Transport-type: tcp <br>&gt; &gt; Bricks: <br>&gt; &gt; Brick1: yval1010:/users/exp <br>&gt; &gt; Brick2: yval1020:/users/exp <br>&gt; &gt; Options Reconfigured: <br>&gt; &gt; geo-replication.indexing: on <br>&gt; &gt; cluster.eager-lock: on <br>&gt; &gt; performance.cache-refresh-timeout: 60 <br>&gt; &gt; network.ping-timeout: 10 <br>&gt; &gt; performance.cache-size: 512MB <br>&gt; &gt; performance.write-behind-window-size: 256MB <br>&gt; &gt; features.quota-timeout: 30 <br>&gt; &gt; features.limit-usage: /:20GB,/kernel:5GB,/toto:2GB,/troll:1GB <br>&gt; &gt; features.quota: on <br>&gt; &gt; nfs.port: 2049 <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; This is the log : <br>&gt; &gt; <br>&gt; &gt; [2012-07-31 11:10:38.711314] I [monitor(monitor):81:monitor] Monitor: starting gsyncd worker <br>&gt; &gt; [2012-07-31 11:10:38.844959] I [gsyncd:354:main_i] &lt;top&gt;: syncing: gluster://localhost:test -&gt; ssh://sshux@yval1020:/users/geo-rep <br>&gt; &gt; [2012-07-31 11:10:44.526469] I [master:284:crawl] GMaster: new master is 2f0b0eff-6166-4601-8667-6530561eea1c <br>&gt; &gt; [2012-07-31 11:10:44.527038] I [master:288:crawl] GMaster: primary master with volume id 2f0b0eff-6166-4601-8667-6530561eea1c ... <br>&gt; &gt; [2012-07-31 11:10:44.644319] E [repce:188:__call__] RepceClient: call 10810:140268954724096:1343725844.53 (xtime) failed on peer with OSError <br>&gt; &gt; [2012-07-31 11:10:44.644629] E [syncdutils:184:log_raise_exception] &lt;top&gt;: FAIL: <br>&gt; &gt; Traceback (most recent call last): <br>&gt; &gt; File "/soft/GLUSTERFS//libexec/glusterfs/python/syncdaemon/gsyncd.py", line 115, in main <br>&gt; &gt; main_i() <br>&gt; &gt; File "/soft/GLUSTERFS//libexec/glusterfs/python/syncdaemon/gsyncd.py", line 365, in main_i <br>&gt; &gt; local.service_loop(*[r for r in [remote] if r]) <br>&gt; &gt; File "/soft/GLUSTERFS/libexec/glusterfs/python/syncdaemon/resource.py", line 756, in service_loop <br>&gt; &gt; GMaster(self, args[0]).crawl_loop() <br>&gt; &gt; File "/soft/GLUSTERFS/libexec/glusterfs/python/syncdaemon/master.py", line 143, in crawl_loop <br>&gt; &gt; self.crawl() <br>&gt; &gt; File "/soft/GLUSTERFS/libexec/glusterfs/python/syncdaemon/master.py", line 308, in crawl <br>&gt; &gt; xtr0 = self.xtime(path, self.slave) <br>&gt; &gt; File "/soft/GLUSTERFS/libexec/glusterfs/python/syncdaemon/master.py", line 74, in xtime <br>&gt; &gt; xt = rsc.server.xtime(path, self.uuid) <br>&gt; &gt; File "/soft/GLUSTERFS/libexec/glusterfs/python/syncdaemon/repce.py", line 204, in __call__ <br>&gt; &gt; return self.ins(self.meth, *a) <br>&gt; &gt; File "/soft/GLUSTERFS/libexec/glusterfs/python/syncdaemon/repce.py", line 189, in __call__ <br>&gt; &gt; raise res <br>&gt; &gt; OSError: [Errno 95] Operation not supported <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; Apparently there is some errors with xtime and yet I have extended attribute activated. <br>&gt; &gt; Any help will be gladly appreciated. <br>&gt; &gt; <br>&gt; &gt; Anthony <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; _______________________________________________ <br>&gt; &gt; Gluster-users mailing list <br>&gt; &gt; Gluster-users@gluster.org <br>&gt; &gt; http://gluster.org/cgi-bin/mailman/listinfo/gluster-users <br>&gt; <br>&gt; _______________________________________________<br>&gt; Gluster-users mailing list<br>&gt; Gluster-users@gluster.org<br>&gt; http://gluster.org/cgi-bin/mailman/listinfo/gluster-users<br></div>                                               </div></body>
</html>