Hello
Short question regarding journal-based rbd mirroring.
a.
Create an event to describe the update
b.
Asynchronously append event to journal object
c.
Asynchronously update image once event is safe
d.
Complete IO to client once update is safe
If not, then the primary and secondary images would get out-of-sync (because of the extra write(s) on secondary) and subsequent writes to the primary would corrupt the secondary. Is that correct?
Cheers
Francois Scheurer