[Gluster-users] issues with geo-replication

Greg Swift gregswift at gmail.com
Tue Mar 20 19:34:34 UTC 2012


Hi all.  I'm looking to see if anyone can tell me this is already
working for them or if they wouldn't mind performing a quick test.

I'm trying to set up a geo-replication instance on 3.2.5 from a local
volume to a remote directory.  This is the command I am using:

gluster volume geo-replication myvol ssh://root@remoteip:/data/path start

I am able to perform a geo-replication from a local volume to a remote
volume with no problem using the following command:

gluster volume geo-replication myvol ssh://root@remoteip::remotevol start

The steps I am using to implement this:

1: Create key for geo-replication in
/etc/glusterd/geo-replication/secret.pem.pub and secret.pem.pub
2: Add pub key to ~root/.ssh/authorized_keys on target systems
3: Verify key works (using geo-replication's ssh syntax):
[root at myboxen ~]# ssh -oPasswordAuthentication=no
-oStrictHostKeyChecking=no -i /etc/glusterd/geo-replication/secret.pem
root at remoteip "ls -l /data"
drwxr-xr-x 2 root root 4096 Mar 15 11:53 path

4: Run the geo-replication command
gluster volume geo-replication myvol ssh://root@remoteip:/data/path start


I'd expect to get :

[root at myboxen ~]# gluster volume geo-replication myvol
ssh://root@remoteip:/data/path start
Starting geo-replication session between ecfcerts &
ssh://root@remoteip:/data/path has been successful

[root at myboxen ~]# gluster volume geo-replication status
MASTER               SLAVE                                              STATUS
--------------------------------------------------------------------------------
myvol             ssh://root@remoteip:file:///data/path OK

Instead I get:

[root at myboxen ~]# gluster volume geo-replication myvol
ssh://root@remoteip:/data/path start
geo-replication start failed for myvol ssh://root@remoteip:/data/path
geo-replication command failed

[root at myboxen ~]# gluster volume geo-replication status
MASTER               SLAVE                                              STATUS
--------------------------------------------------------------------------------
myvol             ssh://root@remoteip:file:///data/path    corrupt


I was not getting any logs about this either.

I then set log-level to DEBUG:
gluster volume geo-replication myvol ssh://root@remoteip:/data/path
config log-level debug

My responses started being a bit different, but still a fail:

[root at myboxen ecfcerts]# gluster volume geo-replication myvol
ssh://root@remoteip:/data/path start
Starting geo-replication session between myvol &
ssh://root@remoteip:/data/path has been successful
[root at myboxen ecfcerts]# gluster volume geo-replication status
MASTER               SLAVE                                              STATUS
--------------------------------------------------------------------------------
myvol             ssh://root@remoteip:file:///data/path    faulty

At which I do start getting logs.  I've attached it.
-------------- next part --------------
[2012-03-20 19:29:10.115926] I [monitor(monitor):18:set_state] Monitor: new state: starting...
[2012-03-20 19:29:10.118187] I [monitor(monitor):59:monitor] Monitor: ------------------------------------------------------------
[2012-03-20 19:29:10.118295] I [monitor(monitor):60:monitor] Monitor: starting gsyncd worker
[2012-03-20 19:29:10.168212] I [gsyncd:289:main_i] <top>: syncing: gluster://localhost:myvol -> ssh://root@remoteip:/data/path
[2012-03-20 19:29:10.222372] D [repce:130:push] RepceClient: call 23154:47903647023584:1332271750.22 __repce_version__() ...
[2012-03-20 19:29:10.504734] E [syncdutils:133:exception] <top>: FAIL:
Traceback (most recent call last):
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/syncdutils.py", line 154, in twrap
    tf(*aa)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 117, in listen
    rid, exc, res = recv(self.inf)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 41, in recv
    return pickle.load(inf)
EOFError
[2012-03-20 19:29:10.523721] D [monitor(monitor):73:monitor] Monitor: worker died before establishing connection
[2012-03-20 19:29:10.523993] I [monitor(monitor):18:set_state] Monitor: new state: faulty
[2012-03-20 19:29:20.524297] I [monitor(monitor):59:monitor] Monitor: ------------------------------------------------------------
[2012-03-20 19:29:20.524491] I [monitor(monitor):60:monitor] Monitor: starting gsyncd worker
[2012-03-20 19:29:20.574441] I [gsyncd:289:main_i] <top>: syncing: gluster://localhost:myvol -> ssh://root@remoteip:/data/path
[2012-03-20 19:29:20.591336] D [repce:130:push] RepceClient: call 23413:47528862978528:1332271760.59 __repce_version__() ...
[2012-03-20 19:29:20.742067] E [syncdutils:133:exception] <top>: FAIL:
Traceback (most recent call last):
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/syncdutils.py", line 154, in twrap
    tf(*aa)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 117, in listen
    rid, exc, res = recv(self.inf)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 41, in recv
    return pickle.load(inf)
EOFError
[2012-03-20 19:29:20.743231] D [monitor(monitor):73:monitor] Monitor: worker died before establishing connection
[2012-03-20 19:29:30.742320] I [monitor(monitor):59:monitor] Monitor: ------------------------------------------------------------
[2012-03-20 19:29:30.742516] I [monitor(monitor):60:monitor] Monitor: starting gsyncd worker
[2012-03-20 19:29:30.812062] I [gsyncd:289:main_i] <top>: syncing: gluster://localhost:myvol -> ssh://root@remoteip:/data/path
[2012-03-20 19:29:30.847383] D [repce:130:push] RepceClient: call 23496:47426097086944:1332271770.85 __repce_version__() ...
[2012-03-20 19:29:31.4093] E [syncdutils:133:exception] <top>: FAIL:
Traceback (most recent call last):
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/syncdutils.py", line 154, in twrap
    tf(*aa)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 117, in listen
    rid, exc, res = recv(self.inf)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 41, in recv
    return pickle.load(inf)
EOFError
[2012-03-20 19:29:31.5336] D [monitor(monitor):73:monitor] Monitor: worker died before establishing connection
[2012-03-20 19:29:41.5346] I [monitor(monitor):59:monitor] Monitor: ------------------------------------------------------------
[2012-03-20 19:29:41.5548] I [monitor(monitor):60:monitor] Monitor: starting gsyncd worker
[2012-03-20 19:29:41.88728] I [gsyncd:289:main_i] <top>: syncing: gluster://localhost:myvol -> ssh://root@remoteip:/data/path
[2012-03-20 19:29:41.102349] D [repce:130:push] RepceClient: call 23507:47004867789280:1332271781.1 __repce_version__() ...
[2012-03-20 19:29:41.261003] E [syncdutils:133:exception] <top>: FAIL:
Traceback (most recent call last):
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/syncdutils.py", line 154, in twrap
    tf(*aa)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 117, in listen
    rid, exc, res = recv(self.inf)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 41, in recv
    return pickle.load(inf)
EOFError
[2012-03-20 19:29:41.262226] D [monitor(monitor):73:monitor] Monitor: worker died before establishing connection
[2012-03-20 19:29:51.262368] I [monitor(monitor):59:monitor] Monitor: ------------------------------------------------------------
[2012-03-20 19:29:51.262562] I [monitor(monitor):60:monitor] Monitor: starting gsyncd worker
[2012-03-20 19:29:51.312865] I [gsyncd:289:main_i] <top>: syncing: gluster://localhost:myvol -> ssh://root@remoteip:/data/path
[2012-03-20 19:29:51.349416] D [repce:130:push] RepceClient: call 23513:47918088569312:1332271791.35 __repce_version__() ...
[2012-03-20 19:29:51.513947] E [syncdutils:133:exception] <top>: FAIL:
Traceback (most recent call last):
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/syncdutils.py", line 154, in twrap
    tf(*aa)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 117, in listen
    rid, exc, res = recv(self.inf)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 41, in recv
    return pickle.load(inf)
EOFError
[2012-03-20 19:29:51.515007] D [monitor(monitor):73:monitor] Monitor: worker died before establishing connection
[2012-03-20 19:30:01.515392] I [monitor(monitor):59:monitor] Monitor: ------------------------------------------------------------
[2012-03-20 19:30:01.515584] I [monitor(monitor):60:monitor] Monitor: starting gsyncd worker
[2012-03-20 19:30:01.578835] I [gsyncd:289:main_i] <top>: syncing: gluster://localhost:myvol -> ssh://root@remoteip:/data/path
[2012-03-20 19:30:01.598460] D [repce:130:push] RepceClient: call 23535:47512710967776:1332271801.6 __repce_version__() ...
[2012-03-20 19:30:01.762168] E [syncdutils:133:exception] <top>: FAIL:
Traceback (most recent call last):
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/syncdutils.py", line 154, in twrap
    tf(*aa)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 117, in listen
    rid, exc, res = recv(self.inf)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 41, in recv
    return pickle.load(inf)
EOFError
[2012-03-20 19:30:01.763422] D [monitor(monitor):73:monitor] Monitor: worker died before establishing connection
[2012-03-20 19:30:11.763418] I [monitor(monitor):59:monitor] Monitor: ------------------------------------------------------------
[2012-03-20 19:30:11.763612] I [monitor(monitor):60:monitor] Monitor: starting gsyncd worker
[2012-03-20 19:30:11.822360] I [gsyncd:289:main_i] <top>: syncing: gluster://localhost:myvol -> ssh://root@remoteip:/data/path
[2012-03-20 19:30:11.829468] D [repce:130:push] RepceClient: call 23549:47399897293280:1332271811.83 __repce_version__() ...
[2012-03-20 19:30:11.983113] E [syncdutils:133:exception] <top>: FAIL:
Traceback (most recent call last):
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/syncdutils.py", line 154, in twrap
    tf(*aa)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 117, in listen
    rid, exc, res = recv(self.inf)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 41, in recv
    return pickle.load(inf)
EOFError
[2012-03-20 19:30:11.984184] D [monitor(monitor):73:monitor] Monitor: worker died before establishing connection
[2012-03-20 19:30:21.983441] I [monitor(monitor):59:monitor] Monitor: ------------------------------------------------------------
[2012-03-20 19:30:21.983635] I [monitor(monitor):60:monitor] Monitor: starting gsyncd worker
[2012-03-20 19:30:22.39582] I [gsyncd:289:main_i] <top>: syncing: gluster://localhost:myvol -> ssh://root@remoteip:/data/path
[2012-03-20 19:30:22.55468] D [repce:130:push] RepceClient: call 23554:47810967581152:1332271822.06 __repce_version__() ...
[2012-03-20 19:30:22.214252] E [syncdutils:133:exception] <top>: FAIL:
Traceback (most recent call last):
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/syncdutils.py", line 154, in twrap
    tf(*aa)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 117, in listen
    rid, exc, res = recv(self.inf)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 41, in recv
    return pickle.load(inf)
EOFError
[2012-03-20 19:30:22.215468] D [monitor(monitor):73:monitor] Monitor: worker died before establishing connection
[2012-03-20 19:30:32.215456] I [monitor(monitor):59:monitor] Monitor: ------------------------------------------------------------
[2012-03-20 19:30:32.215643] I [monitor(monitor):60:monitor] Monitor: starting gsyncd worker
[2012-03-20 19:30:32.265933] I [gsyncd:289:main_i] <top>: syncing: gluster://localhost:myvol -> ssh://root@remoteip:/data/path
[2012-03-20 19:30:32.277507] D [repce:130:push] RepceClient: call 23573:47789356954080:1332271832.28 __repce_version__() ...
[2012-03-20 19:30:32.432269] E [syncdutils:133:exception] <top>: FAIL:
Traceback (most recent call last):
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/syncdutils.py", line 154, in twrap
    tf(*aa)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 117, in listen
    rid, exc, res = recv(self.inf)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 41, in recv
    return pickle.load(inf)
EOFError
[2012-03-20 19:30:32.433396] D [monitor(monitor):73:monitor] Monitor: worker died before establishing connection
[2012-03-20 19:30:42.433485] I [monitor(monitor):59:monitor] Monitor: ------------------------------------------------------------
[2012-03-20 19:30:42.433681] I [monitor(monitor):60:monitor] Monitor: starting gsyncd worker
[2012-03-20 19:30:42.484136] I [gsyncd:289:main_i] <top>: syncing: gluster://localhost:myvol -> ssh://root@remoteip:/data/path
[2012-03-20 19:30:42.486490] D [repce:130:push] RepceClient: call 23576:47723243074016:1332271842.49 __repce_version__() ...
[2012-03-20 19:30:42.641266] E [syncdutils:133:exception] <top>: FAIL:
Traceback (most recent call last):
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/syncdutils.py", line 154, in twrap
    tf(*aa)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 117, in listen
    rid, exc, res = recv(self.inf)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 41, in recv
    return pickle.load(inf)
EOFError
[2012-03-20 19:30:42.642424] D [monitor(monitor):73:monitor] Monitor: worker died before establishing connection
[2012-03-20 19:30:52.642503] I [monitor(monitor):59:monitor] Monitor: ------------------------------------------------------------
[2012-03-20 19:30:52.642698] I [monitor(monitor):60:monitor] Monitor: starting gsyncd worker
[2012-03-20 19:30:52.693222] I [gsyncd:289:main_i] <top>: syncing: gluster://localhost:myvol -> ssh://root@remoteip:/data/path
[2012-03-20 19:30:52.719544] D [repce:130:push] RepceClient: call 23584:47796207788512:1332271852.72 __repce_version__() ...
[2012-03-20 19:30:52.872160] E [syncdutils:133:exception] <top>: FAIL:
Traceback (most recent call last):
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/syncdutils.py", line 154, in twrap
    tf(*aa)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 117, in listen
    rid, exc, res = recv(self.inf)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 41, in recv
    return pickle.load(inf)
EOFError
[2012-03-20 19:30:52.873179] D [monitor(monitor):73:monitor] Monitor: worker died before establishing connection
[2012-03-20 19:31:02.872522] I [monitor(monitor):59:monitor] Monitor: ------------------------------------------------------------
[2012-03-20 19:31:02.872710] I [monitor(monitor):60:monitor] Monitor: starting gsyncd worker
[2012-03-20 19:31:02.923427] I [gsyncd:289:main_i] <top>: syncing: gluster://localhost:myvol -> ssh://root@remoteip:/data/path
[2012-03-20 19:31:02.947588] D [repce:130:push] RepceClient: call 23601:47106039919072:1332271862.95 __repce_version__() ...
[2012-03-20 19:31:03.101332] E [syncdutils:133:exception] <top>: FAIL:
Traceback (most recent call last):
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/syncdutils.py", line 154, in twrap
    tf(*aa)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 117, in listen
    rid, exc, res = recv(self.inf)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 41, in recv
    return pickle.load(inf)
EOFError
[2012-03-20 19:31:03.102575] D [monitor(monitor):73:monitor] Monitor: worker died before establishing connection
[2012-03-20 19:31:13.101553] I [monitor(monitor):59:monitor] Monitor: ------------------------------------------------------------
[2012-03-20 19:31:13.101747] I [monitor(monitor):60:monitor] Monitor: starting gsyncd worker
[2012-03-20 19:31:13.154349] I [gsyncd:289:main_i] <top>: syncing: gluster://localhost:myvol -> ssh://root@remoteip:/data/path
[2012-03-20 19:31:13.156575] D [repce:130:push] RepceClient: call 23607:47744402252256:1332271873.16 __repce_version__() ...
[2012-03-20 19:31:13.310444] E [syncdutils:133:exception] <top>: FAIL:
Traceback (most recent call last):
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/syncdutils.py", line 154, in twrap
    tf(*aa)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 117, in listen
    rid, exc, res = recv(self.inf)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 41, in recv
    return pickle.load(inf)
EOFError
[2012-03-20 19:31:13.311542] D [monitor(monitor):73:monitor] Monitor: worker died before establishing connection
[2012-03-20 19:31:23.311575] I [monitor(monitor):59:monitor] Monitor: ------------------------------------------------------------
[2012-03-20 19:31:23.311770] I [monitor(monitor):60:monitor] Monitor: starting gsyncd worker
[2012-03-20 19:31:23.364701] I [gsyncd:289:main_i] <top>: syncing: gluster://localhost:myvol -> ssh://root@remoteip:/data/path
[2012-03-20 19:31:23.376625] D [repce:130:push] RepceClient: call 23613:47715280646624:1332271883.38 __repce_version__() ...
[2012-03-20 19:31:23.553324] E [syncdutils:133:exception] <top>: FAIL:
Traceback (most recent call last):
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/syncdutils.py", line 154, in twrap
    tf(*aa)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 117, in listen
    rid, exc, res = recv(self.inf)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 41, in recv
    return pickle.load(inf)
EOFError
[2012-03-20 19:31:23.554466] D [monitor(monitor):73:monitor] Monitor: worker died before establishing connection
[2012-03-20 19:31:33.553592] I [monitor(monitor):59:monitor] Monitor: ------------------------------------------------------------
[2012-03-20 19:31:33.553776] I [monitor(monitor):60:monitor] Monitor: starting gsyncd worker
[2012-03-20 19:31:33.607378] I [gsyncd:289:main_i] <top>: syncing: gluster://localhost:myvol -> ssh://root@remoteip:/data/path
[2012-03-20 19:31:33.624643] D [repce:130:push] RepceClient: call 23629:47100220695008:1332271893.62 __repce_version__() ...
[2012-03-20 19:31:33.775252] E [syncdutils:133:exception] <top>: FAIL:
Traceback (most recent call last):
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/syncdutils.py", line 154, in twrap
    tf(*aa)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 117, in listen
    rid, exc, res = recv(self.inf)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 41, in recv
    return pickle.load(inf)
EOFError
[2012-03-20 19:31:33.776364] D [monitor(monitor):73:monitor] Monitor: worker died before establishing connection
[2012-03-20 19:31:43.776628] I [monitor(monitor):59:monitor] Monitor: ------------------------------------------------------------
[2012-03-20 19:31:43.776830] I [monitor(monitor):60:monitor] Monitor: starting gsyncd worker
[2012-03-20 19:31:43.828296] I [gsyncd:289:main_i] <top>: syncing: gluster://localhost:myvol -> ssh://root@remoteip:/data/path
[2012-03-20 19:31:43.830663] D [repce:130:push] RepceClient: call 23634:47798195171808:1332271903.83 __repce_version__() ...
[2012-03-20 19:31:43.984729] E [syncdutils:133:exception] <top>: FAIL:
Traceback (most recent call last):
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/syncdutils.py", line 154, in twrap
    tf(*aa)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 117, in listen
    rid, exc, res = recv(self.inf)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 41, in recv
    return pickle.load(inf)
EOFError
[2012-03-20 19:31:43.985790] D [monitor(monitor):73:monitor] Monitor: worker died before establishing connection
[2012-03-20 19:31:53.985640] I [monitor(monitor):59:monitor] Monitor: ------------------------------------------------------------
[2012-03-20 19:31:53.985826] I [monitor(monitor):60:monitor] Monitor: starting gsyncd worker
[2012-03-20 19:31:54.40471] I [gsyncd:289:main_i] <top>: syncing: gluster://localhost:myvol -> ssh://root@remoteip:/data/path
[2012-03-20 19:31:54.42711] D [repce:130:push] RepceClient: call 23642:47960929452512:1332271914.04 __repce_version__() ...
[2012-03-20 19:31:54.214493] E [syncdutils:133:exception] <top>: FAIL:
Traceback (most recent call last):
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/syncdutils.py", line 154, in twrap
    tf(*aa)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 117, in listen
    rid, exc, res = recv(self.inf)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 41, in recv
    return pickle.load(inf)
EOFError
[2012-03-20 19:31:54.215769] D [monitor(monitor):73:monitor] Monitor: worker died before establishing connection
[2012-03-20 19:32:04.215658] I [monitor(monitor):59:monitor] Monitor: ------------------------------------------------------------
[2012-03-20 19:32:04.215836] I [monitor(monitor):60:monitor] Monitor: starting gsyncd worker
[2012-03-20 19:32:04.269239] I [gsyncd:289:main_i] <top>: syncing: gluster://localhost:myvol -> ssh://root@remoteip:/data/path
[2012-03-20 19:32:04.281713] D [repce:130:push] RepceClient: call 23657:47152438448608:1332271924.28 __repce_version__() ...
[2012-03-20 19:32:04.443551] E [syncdutils:133:exception] <top>: FAIL:
Traceback (most recent call last):
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/syncdutils.py", line 154, in twrap
    tf(*aa)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 117, in listen
    rid, exc, res = recv(self.inf)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 41, in recv
    return pickle.load(inf)
EOFError
[2012-03-20 19:32:04.444621] D [monitor(monitor):73:monitor] Monitor: worker died before establishing connection
[2012-03-20 19:32:14.444689] I [monitor(monitor):59:monitor] Monitor: ------------------------------------------------------------
[2012-03-20 19:32:14.444886] I [monitor(monitor):60:monitor] Monitor: starting gsyncd worker
[2012-03-20 19:32:14.495167] I [gsyncd:289:main_i] <top>: syncing: gluster://localhost:myvol -> ssh://root@remoteip:/data/path
[2012-03-20 19:32:14.503726] D [repce:130:push] RepceClient: call 23665:47662929547744:1332271934.5 __repce_version__() ...
[2012-03-20 19:32:14.667438] E [syncdutils:133:exception] <top>: FAIL:
Traceback (most recent call last):
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/syncdutils.py", line 154, in twrap
    tf(*aa)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 117, in listen
    rid, exc, res = recv(self.inf)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 41, in recv
    return pickle.load(inf)
EOFError
[2012-03-20 19:32:14.668530] D [monitor(monitor):73:monitor] Monitor: worker died before establishing connection
[2012-03-20 19:32:24.667709] I [monitor(monitor):59:monitor] Monitor: ------------------------------------------------------------
[2012-03-20 19:32:24.667898] I [monitor(monitor):60:monitor] Monitor: starting gsyncd worker
[2012-03-20 19:32:24.722527] I [gsyncd:289:main_i] <top>: syncing: gluster://localhost:myvol -> ssh://root@remoteip:/data/path
[2012-03-20 19:32:24.724720] D [repce:130:push] RepceClient: call 23674:47308586074592:1332271944.72 __repce_version__() ...
[2012-03-20 19:32:24.886322] E [syncdutils:133:exception] <top>: FAIL:
Traceback (most recent call last):
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/syncdutils.py", line 154, in twrap
    tf(*aa)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 117, in listen
    rid, exc, res = recv(self.inf)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 41, in recv
    return pickle.load(inf)
EOFError
[2012-03-20 19:32:24.887553] D [monitor(monitor):73:monitor] Monitor: worker died before establishing connection
[2012-03-20 19:32:34.887732] I [monitor(monitor):59:monitor] Monitor: ------------------------------------------------------------
[2012-03-20 19:32:34.887928] I [monitor(monitor):60:monitor] Monitor: starting gsyncd worker
[2012-03-20 19:32:34.939851] I [gsyncd:289:main_i] <top>: syncing: gluster://localhost:myvol -> ssh://root@remoteip:/data/path
[2012-03-20 19:32:34.942775] D [repce:130:push] RepceClient: call 23686:47235324994016:1332271954.94 __repce_version__() ...
[2012-03-20 19:32:35.92478] E [syncdutils:133:exception] <top>: FAIL:
Traceback (most recent call last):
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/syncdutils.py", line 154, in twrap
    tf(*aa)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 117, in listen
    rid, exc, res = recv(self.inf)
  File "/opt/glusterfs/3.2.5/local/libexec//glusterfs/python/syncdaemon/repce.py", line 41, in recv
    return pickle.load(inf)
EOFError
[2012-03-20 19:32:35.93559] D [monitor(monitor):73:monitor] Monitor: worker died before establishing connection


More information about the Gluster-users mailing list