summaryrefslogtreecommitdiffstats
path: root/daemons/clvmd/clvm.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove some whitespaces.Milan Broz2012-03-101-6/+6
| | | | (Test commit.)
* Add CLVMD_FLAG_REMOTE to skip processing on local node.Alasdair Kergon2012-01-211-4/+11
|
* Replace fs_unlock by sync_local_dev_names to notify local clvmd. (2.02.80)Alasdair Kergon2011-01-121-0/+1
| | | | Introduce sync_local_dev_names and CLVMD_CMD_SYNC_NAMES to issue fs_unlock.
* Change clvmd to communicate with lvm via a socket in /var/run/lvm. (mbroz)Alasdair Kergon2010-07-281-3/+4
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=614248 [CVE-2010-2526]
* Add -S command to clvmd, so it can restart itself and stillChristine Caulfield2010-04-201-0/+1
| | | | preserve exlusive LV locks.
* Add infrastructure for queriying for remote locks.Milan Broz2009-05-191-0/+1
| | | | | | | | | | | | | 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.)
* When we unlock a VG tell the clvmds to see if a backup of the metadata needsPatrick Caulfield2007-12-041-0/+1
| | | | to be done.
* Allow clvmd debug to be turned on in a running daemon using clvmd -dPatrick Caulfield2007-08-171-2/+2
| | | | You can do with cluster-wide too, by adding -C
* Add clvmd call to return the cluster name.Patrick Caulfield2006-10-091-0/+1
|
* Add -R switch to clvmd.Patrick Caulfield2006-10-041-0/+3
| | | | This option will instruct all the clvmd daemons in the cluster to reload their device cache
* Fix clvmd startup bug introduced in cman/gulm amalgamation. bz#145729Patrick Caulfield2005-01-211-0/+1
| | | | | | Improve reporting of node-specific locking errors so you'll get somthing a little more helpfiul than "host is down" - it will now tell you /which/ host it thinks is down.
* Add cluster support.Alasdair Kergon2004-06-241-0/+65