]> sourceware.org Git - lvm2.git/commit - configure
Allow cluster mirrors to handle the absence of the checkpoint lib (libSaCkpt).
authorJonathan Earl Brassow <jbrassow@redhat.com>
Wed, 29 Feb 2012 21:15:34 +0000 (21:15 +0000)
committerJonathan Earl Brassow <jbrassow@redhat.com>
Wed, 29 Feb 2012 21:15:34 +0000 (21:15 +0000)
commit62e38da133d9801cdf36b0f2aaec615ce14b9000
tree5334c911580c6d36f737db08f9675c16a8434b83
parent5b613cff974fce84890759e1f1d6cc809e84c398
Allow cluster mirrors to handle the absence of the checkpoint lib (libSaCkpt).

The OpenAIS checkpoint library is going away; therefore, cmirrord must
operate without it.  The algorithms the handle the timing of when to send
a checkpoint, the determination of what to send, and which ongoing cluster
requests are relevent with respect to the checkpoints are unaffected.  We
need only replace the functions that actually perform the storing/transmitting
and retrieving/receiving of the checkpoint data.  Rather than store the
checkpoint data in an OpenAIS checkpoint file, we simply transmit it along
with the message that notifies the incoming node that the checkpoint is
ready.
WHATS_NEW
configure
configure.in
daemons/cmirrord/cluster.c
lib/misc/configure.h.in
This page took 0.03174 seconds and 5 git commands to generate.