summaryrefslogtreecommitdiffstats
path: root/daemons
Commit message (Expand)AuthorAgeFilesLines
* Tweak lvmetad a bit more:Petr Rockai2012-02-211-17/+40
* Drop the now-redundant pvid_to_status hash.Petr Rockai2012-02-151-35/+27
* Update lvmetad: use device major/minor pair to track devices. Keep a pvmetaPetr Rockai2012-02-151-79/+118
* (lvmetad) Remove unused variable.Petr Rockai2012-02-151-1/+1
* In lvmetad, also nuke VGs when all their PVs are stolen by another VG (vgmergePetr Rockai2012-02-151-8/+28
* Detect failing fifoZdenek Kabelac2012-02-151-0/+8
* lvmetad server-side update:Petr Rockai2012-02-151-108/+410
* Do not forget to initialise the error value in daemon_reply.Petr Rockai2012-02-151-1/+1
* Add some FIXME around allocation codeZdenek Kabelac2012-02-131-8/+15
* Make sure dereferenced words[0] and words[1] are definedZdenek Kabelac2012-02-131-1/+2
* Check for missing reply_uuidZdenek Kabelac2012-02-131-0/+4
* Check for allocation failureZdenek Kabelac2012-02-131-2/+9
* Fix message checkZdenek Kabelac2012-02-101-3/+3
* Remove unreachable codeZdenek Kabelac2012-02-101-1/+0
* A bit more readable codeZdenek Kabelac2012-02-081-16/+9
* Remove unneeded assignmentsZdenek Kabelac2012-02-082-4/+2
* Keep page_size as signed numberZdenek Kabelac2012-02-081-1/+1
* Add boundary test for number of mirror devs and logsZdenek Kabelac2012-02-081-2/+5
* Remove a dubious log message ("another thread is handling an event") from LVMPetr Rockai2012-02-011-4/+1
* Automatically detect whether corosync clvmd needs to use confdb or cmap. (fabio)Alasdair Kergon2012-01-312-4/+64
* Oops missed braces in previous commitZdenek Kabelac2012-01-261-1/+2
* Fix leak of hash tableZdenek Kabelac2012-01-251-0/+1
* Set to a defined value vars used after error pathZdenek Kabelac2012-01-251-1/+1
* Test for uname resultZdenek Kabelac2012-01-251-1/+3
* Add breaks for casesZdenek Kabelac2012-01-251-3/+3
* Ensure reply struct has all fields definedZdenek Kabelac2012-01-251-1/+1
* Check and print perror for syscallsZdenek Kabelac2012-01-251-3/+6
* Clean var declarations to the front of the functionZdenek Kabelac2012-01-252-11/+18
* Add CLVMD_FLAG_REMOTE to skip processing on local node.Alasdair Kergon2012-01-213-26/+41
* Thin forgotten initialisation of pointer to NULLZdenek Kabelac2012-01-201-1/+1
* Preserve exclusive activation of cluster mirror when converting.Jonathan Earl Brassow2012-01-201-1/+5
* Drop unused variableZdenek Kabelac2012-01-191-1/+0
* Thin use consistentely metadataZdenek Kabelac2012-01-191-9/+9
* Beef up the lvmetad code with more functionality and a bunch of bugfixes. TherePetr Rockai2012-01-162-38/+161
* Fix a boundary condition in read_buffer in daemon-shared.c.Petr Rockai2012-01-161-7/+6
* Fix prototypes for daemon_send_simple (const char).Petr Rockai2012-01-152-2/+2
* Unfortunately, blank lines are sometimes produced by config serializer, andPetr Rockai2012-01-152-11/+18
* Fix a couple of resource leaks in daemon-common server code -- filehandles andPetr Rockai2012-01-151-3/+7
* Use new dmeventd_lvm2_command function in dmeventd plugins.Zdenek Kabelac2011-12-223-71/+54
* Thin use helper functionZdenek Kabelac2011-12-221-14/+17
* Add helper function dmeventd_lvm2_command().Zdenek Kabelac2011-12-223-0/+27
* Updated documentation for dmeventd.Zdenek Kabelac2011-12-221-4/+5
* Exported functions from thin pluginZdenek Kabelac2011-12-211-0/+3
* Thin add dmeventd supportZdenek Kabelac2011-12-213-1/+327
* Fix missing thread list manipulationZdenek Kabelac2011-12-211-0/+4
* Fix up lvmetad for the minor API change in dm_config_create.Petr Rockai2011-12-181-2/+2
* Only use built-in stack size in clvmd - ignore lvm.conf.Alasdair Kergon2011-12-082-2/+2
* Test for LCK_CLUSTER_VG directly in args[0].Alasdair Kergon2011-12-082-20/+19
* Add policy based automated repair of RAID logical volumesJonathan Earl Brassow2011-12-061-1/+36
* Fix clvmd to respect DMEVENTD_MONITOR_IGNORE. Fixes a bug where dmeventdPetr Rockai2011-11-301-6/+11