Earlier quoted context omitted.
Same limitations as any asynchronously replicated system; if both nodes diverge during a partition, you'll probably have to drop one's writes. http://aphyr.com/posts/287-asynchronous-replication-with-fai...
Right. By operating at the block level it's a little more portable than most of the solutions discussed, though. Worth people's consideration, IMHO.
Re: Reply to Aphyr attack on Redis Sentinel
#41I'm inclined to think just the opposite. It's often possible to recover divergent data structures logically. Good luck doing that on an arbitrary block store.