Searched hist:cf921cc1 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | md-cluster.h | cf921cc1 Sun Mar 30 00:42:49 CDT 2014 Goldwyn Rodrigues <rgoldwyn@suse.com> 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> cf921cc1 Sun Mar 30 00:42:49 CDT 2014 Goldwyn Rodrigues <rgoldwyn@suse.com> 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>
|
H A D | md-cluster.c | cf921cc1 Sun Mar 30 00:42:49 CDT 2014 Goldwyn Rodrigues <rgoldwyn@suse.com> 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> cf921cc1 Sun Mar 30 00:42:49 CDT 2014 Goldwyn Rodrigues <rgoldwyn@suse.com> 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>
|
H A D | md.h | cf921cc1 Sun Mar 30 00:42:49 CDT 2014 Goldwyn Rodrigues <rgoldwyn@suse.com> 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> cf921cc1 Sun Mar 30 00:42:49 CDT 2014 Goldwyn Rodrigues <rgoldwyn@suse.com> 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>
|
H A D | md.c | cf921cc1 Sun Mar 30 00:42:49 CDT 2014 Goldwyn Rodrigues <rgoldwyn@suse.com> 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>
|