summaryrefslogtreecommitdiff
path: root/tools/polldaemon.c
Commit message (Expand)AuthorAgeFilesLines
* Add lvmlockddev-dct-lvmlockd-AZDavid Teigland2015-07-021-7/+40
* polldaemon.c: modify log levels in report_progressOndrej Kozina2015-05-211-14/+10
* polldaemon.c: do not report error when LV not foundOndrej Kozina2015-05-191-10/+8
* polldaemon: remove get_copy_vg and get_copy_lv wrappersDavid Teigland2015-05-191-26/+0
* polldaemon.c: call find_lv directlyOndrej Kozina2015-05-191-4/+20
* polldaemon.c: call vg_read directlyDavid Teigland2015-05-191-2/+2
* polldaemon: move dev_close_all out of poll_get_copy_vgOndrej Kozina2015-05-191-2/+9
* lvmpolld: Add standalone polldaemon.Ondrej Kozina2015-05-091-4/+177
* polldaemon: make wait_for_single_lv publicOndrej Kozina2015-05-051-3/+3
* polldaemon: introduce _nanosleep functionOndrej Kozina2015-05-051-3/+18
* polldaemon: refactor polling interfacesOndrej Kozina2015-05-051-32/+90
* polldaemon: optimise out waiting after pollingOndrej Kozina2015-05-051-1/+1
* polldaemon: get get_copy_vg ready for refactoringOndrej Kozina2015-05-051-4/+5
* polldaemon: respect lv_attr parm in poll_get_copy_lvOndrej Kozina2015-05-041-2/+2
* polldaemon: move lvconvert_get_copy_lv codeOndrej Kozina2015-05-041-0/+14
* polldaemon: move lvconvert_get_copy_vg codeOndrej Kozina2015-05-041-0/+13
* polldaemon: remove redundant log messagesOndrej Kozina2015-04-281-15/+5
* pvmove: don't crash when name is not foundZdenek Kabelac2015-04-031-0/+6
* polldaemon: alter few lines related to intervalOndrej Kozina2015-04-011-9/+4
* polldaemon: separate daemon_parms initialisationOndrej Kozina2015-04-011-34/+44
* polldaemon: prepare wrapper poll_daemon functionOndrej Kozina2015-04-011-5/+13
* polldaemon: fix indentation in _poll_vg fnOndrej Kozina2015-03-311-2/+1
* polldaemon: proper error check in _poll_vg fnOndrej Kozina2015-03-311-2/+2
* pvmove: fix pvmove --abort or pvmove w/o parametersOndrej Kozina2015-03-301-6/+36
* pvmove: use safe version of iteration when iterating over vg->lvs list in _po...Peter Rajnoha2015-03-231-2/+2
* cleanup: remove deallocate_handle_root arg from destroy_procesing_handle fnwPeter Rajnoha2015-02-131-2/+2
* cleanup: replace static struct processing_handle initializer with common init...Peter Rajnoha2015-02-131-9/+15
* toollib: initialize handles (including reporting for selection) for _select_m...Peter Rajnoha2015-02-101-0/+2
* toollib: replace void *handle with struct processing_handle for use in proces...Peter Rajnoha2015-02-101-3/+7
* report: select: refactor: move percent handling code to libdm for reusePeter Rajnoha2014-06-171-6/+6
* poll_daemon: Cleanly exit polling if the LV is no longer activeJonathan Brassow2014-06-161-0/+10
* polldaemon: ret invalid cmd for negative intervalZdenek Kabelac2014-04-141-1/+3
* pvmove: clean exit on failed pvmove restartAlasdair G Kergon2013-09-231-1/+6
* tools: add -b/--background for pvscan --cache -aayPeter Rajnoha2013-09-031-75/+1
* config: add profile arg to find_config_tree_intPeter Rajnoha2013-07-021-2/+2
* config: refer to config nodes using assigned IDsPeter Rajnoha2013-03-061-4/+2
* config: add silent modeAlasdair G Kergon2012-08-251-4/+4
* check: add internal errors for unexpected pathsZdenek Kabelac2012-08-231-0/+5
* Check for error from dup2Zdenek Kabelac2012-03-011-3/+3
* Using enum types for enumsZdenek Kabelac2012-02-281-1/+1
* Duplicate standard in/out descriptors for daemonZdenek Kabelac2012-02-281-4/+21
* Start using 64-bit status flags - most of the code already handles them.Alasdair Kergon2011-09-061-1/+1
* Replace free_vg with release_vgZdenek Kabelac2011-08-101-5/+5
* Use return_0 to get bactraceZdenek Kabelac2011-02-181-2/+2
* If other process finishes (or aborts) pvmove operation andMilan Broz2011-01-191-2/+10
* Replace fs_unlock by sync_local_dev_names to notify local clvmd. (2.02.80)Alasdair Kergon2011-01-121-1/+1
* Avoid cookie sharing between forked processesZdenek Kabelac2011-01-101-0/+2
* Fail deamonization if lvmcache_init failZdenek Kabelac2011-01-051-1/+3
* Rename vg_release to free_vg.Alasdair Kergon2010-12-081-4/+4
* Refactor the percent (mirror sync, snapshot usage) handling code to usePetr Rockai2010-11-301-9/+8