summaryrefslogtreecommitdiff
path: root/tools/vgchange.c
Commit message (Expand)AuthorAgeFilesLines
...
* vgchange: split out code for systemidDavid Teigland2017-07-241-51/+61
* vgchange: split out code for lockstart and lockstopDavid Teigland2017-07-241-65/+84
* vgchange: separate change locktype and allow recoveryDavid Teigland2017-07-241-231/+300
* command struct: remove command name refsDavid Teigland2017-02-131-1/+1
* commands: new method for defining commandsDavid Teigland2017-02-131-0/+3
* cleanup: more lv_is_ usageZdenek Kabelac2016-12-131-2/+2
* cov: add internal error for impossible code pathZdenek Kabelac2016-12-111-0/+5
* lvmlockd: improve message for lock-startDavid Teigland2016-07-251-8/+35
* tools: Use arg_is_set instead of arg_count.Alasdair G Kergon2016-06-211-49/+49
* toollib: make it possible to also process internal VGs, add 'include_internal...Peter Rajnoha2016-06-201-1/+1
* toollib: add vg name list arg to process_each_vgDavid Teigland2016-05-231-1/+1
* activate: Hide errors when snapshot merge delayed.Alasdair G Kergon2016-04-211-1/+1
* lvmetad: rework command connection setup and checkingDavid Teigland2016-04-191-18/+3
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* vgchange: fix lockd_gl resultsDavid Teigland2016-01-131-15/+20
* vgchange: drop redundant checkOndrej Kozina2016-01-121-2/+1
* pvscan: restore polling in autoactivation handlerOndrej Kozina2016-01-121-2/+2
* vgextend: pass single vgname as process_each_vg argDavid Teigland2015-12-011-1/+1
* lockd: add start_init arg to lockd_start_vgDavid Teigland2015-09-101-1/+1
* vgchange: lock-stop only needs shared lockDavid Teigland2015-09-101-0/+3
* vgchange: improve error message about changing lock typeDavid Teigland2015-09-041-1/+3
* lvmlockd: VG lock can be used when changing lock typeDavid Teigland2015-08-271-9/+0
* lvmlockd: add full changing of lock typeDavid Teigland2015-08-271-15/+26
* lockd: no error when unlock failsDavid Teigland2015-08-181-1/+1
* lockd: check for failing unlockZdenek Kabelac2015-08-181-1/+2
* vgchange/lvchange: allow deactivation without lockingDavid Teigland2015-07-311-2/+4
* lvmlockd: create sanlock lv large enough for existing lvsDavid Teigland2015-07-301-5/+12
* vgchange/lvchange: enforce the shared VG lock from lvmlockdDavid Teigland2015-07-171-1/+3
* lockd: fix error cases when built without lvmlockdDavid Teigland2015-07-161-0/+10
* vgchange: fix lock-start filtering and waitingDavid Teigland2015-07-141-5/+12
* lockd: allow vgexport and vgimportDavid Teigland2015-07-131-3/+9
* vgchange: allow changing to lockd type when mirrors existDavid Teigland2015-07-101-17/+0
* vgchange: fix disallowed LV types in lockd VGDavid Teigland2015-07-091-3/+3
* vgchange: don't disable VG lock in lock_stopDavid Teigland2015-07-081-2/+0
* config: replace find_config_tree_node with find_config_tree_array where appro...Peter Rajnoha2015-07-081-1/+1
* Add lvmlockddev-dct-lvmlockd-AZDavid Teigland2015-07-021-2/+400
* locking: Add missing error handling.Alasdair G Kergon2015-06-301-3/+8
* vgchange: remove redundant checkOndrej Kozina2015-04-131-5/+0
* vgchange: Additional system ID warnings.Alasdair G Kergon2015-03-091-27/+30
* Revert "systemid: Add ACCESS_NEEDS_SYSTEM_ID VG flag."David Teigland2015-03-051-5/+1
* systemid: Add ACCESS_NEEDS_SYSTEM_ID VG flag.Alasdair G Kergon2015-03-041-1/+5
* systemid: Init and merge lvm2 and lvm1 fields.Alasdair G Kergon2015-03-041-0/+3
* vgchange: Prevent lvm1 system ID changes.Alasdair G Kergon2015-03-041-0/+7
* lvchange, vgchange: fix the system_id checkDavid Teigland2015-03-031-1/+2
* vgchange: deactivate LVs in foreign VGDavid Teigland2015-03-031-0/+15
* system_id: apply consistent namingDavid Teigland2015-02-271-5/+5
* cmirror: Adjust region size to work around CPG msg limit to avoid hang.Jonathan Brassow2015-02-251-0/+16
* systemid: Improve concurrent warning.Alasdair G Kergon2015-02-251-1/+1
* systemid: Allow empty systemid with warnings.Alasdair G Kergon2015-02-251-19/+27
* systemid: Fix access restrictions.Alasdair G Kergon2015-02-231-29/+56