junneyang / zumastor

Automatically exported from code.google.com/p/zumastor
0 stars 1 forks source link

zumastor replicate hangs #86

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If I set up volumes on master and slave,
and set up replication between them,
and then immediately issue
  zumastor replicate volname hostname --wait
on the master (or the equiv. on the slave),
that command never returns because the
replication never completes; I doubt any
progress is made.  The workaround seems
to be to wait "long enough" after creating
the volume before trying to replicate,
where larger volumes require you to wait longer.

This is pretty severe on my replication-between-two-vmware-machines
demo.

Original issue reported on code.google.com by daniel.r...@gmail.com on 7 Mar 2008 at 1:26

GoogleCodeExporter commented 9 years ago
I think the above description isn't quite right.
There is a hang somewhere, but I am happy
now that I'm using sync before triggering replication
(maybe that should be part of zumastor replicate?)
and using the --wait option on replication (which
I wasn't originally). 

Original comment by daniel.r...@gmail.com on 7 Mar 2008 at 1:46