]> sourceware.org Git - lvm2.git/commit
Add infrastructure for queriying for remote locks.
authorMilan Broz <mbroz@redhat.com>
Tue, 19 May 2009 10:38:58 +0000 (10:38 +0000)
committerMilan Broz <mbroz@redhat.com>
Tue, 19 May 2009 10:38:58 +0000 (10:38 +0000)
commitba856910e03ae562722ada9a0b5e85194a216de7
treeb891b2a08f352cf3d476a55e6375909013443f37
parentd00e023894d5ba2ac7f87956750fb77d9aabf981
Add infrastructure for queriying for remote locks.

Current code, when need to ensure that volume is not
active on remote node, it need to try to exclusive
activate volume.

Patch adds simple clvmd command which queries all nodes
for lock for given resource.

The lock type is returned in reply in text.

(But code currently uses CR and EX modes only.)
WHATS_NEW
daemons/clvmd/clvm.h
daemons/clvmd/clvmd-command.c
daemons/clvmd/clvmd.c
daemons/clvmd/lvm-functions.c
daemons/clvmd/lvm-functions.h
lib/activate/activate.c
lib/locking/cluster_locking.c
lib/locking/locking.c
lib/locking/locking.h
lib/locking/locking_types.h
This page took 0.038267 seconds and 5 git commands to generate.