summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lvmpolld: kill all children during shutdowndev-okozina-polldaemonOndrej Kozina2015-04-011-0/+8
* polldaemon: few optimizations for lvmpolld pollingOndrej Kozina2015-04-011-4/+6
* polldaemon: adjust interval for pvmove abortOndrej Kozina2015-04-011-0/+2
* polldaemon: few fixes regarding the pvmove/pvmove --abort fixesOndrej Kozina2015-04-011-27/+18
* conf.example.in: add 'use_lvmpolld' descriptionOndrej Kozina2015-04-011-1/+8
* man: allow lvmpolld man pageOndrej Kozina2015-04-012-4/+17
* lvmpolld: use default LVM_PATHOndrej Kozina2015-04-011-9/+1
* lvmpolld.8.in: first draft of man pageOndrej Kozina2015-04-011-0/+79
* lvmpolld: implement clear shutdown when requested by signalOndrej Kozina2015-04-013-109/+221
* lvmpolld: allocate internal stores on heapOndrej Kozina2015-04-013-23/+48
* lvmpolld: code cleanupOndrej Kozina2015-04-011-14/+4
* lvm2-lvmpolld.service: add shutdown on idleOndrej Kozina2015-04-011-2/+1
* lvmpolld: add debug info about being idleOndrej Kozina2015-04-011-1/+3
* libdaemon: add comments for timeout supportOndrej Kozina2015-04-011-1/+8
* lvmpolld: startup with is_idle set to trueOndrej Kozina2015-04-011-4/+5
* lvmpolld: note about need for proper fini routineOndrej Kozina2015-04-011-0/+9
* polldaemon: fix pvmove issued w/o parms with lvmpolldOndrej Kozina2015-04-014-68/+60
* polldaemon: minor bug fixesOndrej Kozina2015-04-011-7/+8
* config: update version for lvmpolld_use optionOndrej Kozina2015-04-011-1/+1
* lvmpolld-client: code cleanupOndrej Kozina2015-04-011-3/+3
* polldaemon: don't complie lvmpolld code when not neededOndrej Kozina2015-04-011-114/+109
* lvmpolld-client: respect LVMPOLLD_SUPPORT #defineOndrej Kozina2015-04-011-4/+15
* lvmdump.sh: basic support for lvmpolldOndrej Kozina2015-04-017-508/+77
* lvmpolld: implement dump requestOndrej Kozina2015-04-016-6/+147
* lvmpolld: move construct_id function to utilsOndrej Kozina2015-04-013-22/+24
* test: add basic lvmpolld flavourOndrej Kozina2015-04-012-1/+12
* configure.in: bikeshedding (c)Ondrej Kozina2015-04-012-9/+17
* lvmpolld-client: pass env LVM_SYSTEM_DIR value if setOndrej Kozina2015-04-011-3/+17
* lvmpolld: monitor LVs per LVM_SYSTEM_DIR and lvidOndrej Kozina2015-04-017-154/+351
* lvmpolld: fix error check on full_lvnameOndrej Kozina2015-04-011-1/+1
* lvmpolld: do not parse/report progress dataOndrej Kozina2015-04-013-74/+1
* lvmpolld: pass full vg/lv name to lvpoll commandsOndrej Kozina2015-04-014-94/+53
* lvmpolld: simplify client codeOndrej Kozina2015-04-012-31/+18
* lvpoll: poll by vg/lv fullname instead of by uuidOndrej Kozina2015-04-012-94/+23
* polldaemon: report progress data from clientsOndrej Kozina2015-04-012-19/+83
* pvmove LVs can be looked up by VG/LV pair nowOndrej Kozina2015-04-014-27/+32
* remove symlink for lvpoll commandOndrej Kozina2015-04-011-1/+1
* lvmpolld: add suport for 'exit when idle'Ondrej Kozina2015-04-012-30/+97
* libdaemon: add support for 'exit when idle'Ondrej Kozina2015-04-012-18/+40
* libdaemon: shutdown on idle draftOndrej Kozina2015-04-012-2/+29
* lvmpolld: introduce protocol header fileOndrej Kozina2015-04-015-59/+114
* lvpoll: add --handle-missing-pvs argumentOndrej Kozina2015-04-013-4/+6
* adapt lvmpolld client code to previous commitOndrej Kozina2015-04-013-12/+25
* lvmpolld: introduce handle_missing_pvs parmOndrej Kozina2015-04-012-29/+35
* lvmpolld: unify 'failed' responses, bug fixesOndrej Kozina2015-04-012-30/+26
* tests: teardown lvmpolld if necessaryOndrej Kozina2015-04-011-1/+5
* lvmpolld: alter tests wrt previous commitOndrej Kozina2015-04-012-2/+2
* lvmpolld: execute directly lvm binary instead of lvpollOndrej Kozina2015-04-011-21/+16
* lvmpolld: store VG name to pass it later in lvpoll cmd lineOndrej Kozina2015-04-013-23/+42
* polldaemon: send vgname to lvmpolld during poll_initOndrej Kozina2015-04-013-15/+21