Add node recovery callbacks
authorGoldwyn Rodrigues <rgoldwyn@suse.com>
Sun, 30 Mar 2014 05:42:49 +0000 (00:42 -0500)
committerGoldwyn Rodrigues <rgoldwyn@suse.com>
Mon, 23 Feb 2015 13:30:11 +0000 (07:30 -0600)
commitcf921cc19cf7c1e99f730a2faa02d80817d684a2
tree702ad727e3310bc64b890bbe3195e50c3944370f
parentca8895d9bb41e743271c42a4438a296de891b73b
Add node recovery callbacks

DLM offers callbacks when a node fails and the lock remastery
is performed:

1. recover_prep: called when DLM discovers a node is down
2. recover_slot: called when DLM identifies the node and recovery
can start
3. recover_done: called when all nodes have completed recover_slot

recover_slot() and recover_done() are also called when the node joins
initially in order to inform the node with its slot number. These slot
numbers start from one, so we deduct one to make it start with zero
which the cluster-md code uses.

Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com>
drivers/md/bitmap.c
drivers/md/bitmap.h
drivers/md/md-cluster.c
drivers/md/md-cluster.h
drivers/md/md.c
drivers/md/md.h
This page took 0.025391 seconds and 5 git commands to generate.