summaryrefslogtreecommitdiff
path: root/tools/vgsplit.c
Commit message (Expand)AuthorAgeFilesLines
* exit with error when --devicesfile name doesn't existDavid Teigland2022-07-061-1/+2
* vgsplit: don't reread vg_toDavid Teigland2022-01-121-24/+0
* vgsplit: add support for option --poolmetadataspareZdenek Kabelac2021-07-211-0/+8
* cleanup: indentZdenek Kabelac2021-04-231-2/+2
* cov: add explicit check for external not being nullZdenek Kabelac2021-04-231-2/+3
* vgsplit: support for VDO volumesZdenek Kabelac2020-09-251-0/+44
* remove vg_read_errorDavid Teigland2020-04-241-1/+1
* vgsplit: handle cachevolDavid Teigland2020-02-031-15/+31
* exported vg handlingDavid Teigland2019-06-251-2/+10
* vgsplit: simplify vg creationDavid Teigland2019-06-101-105/+28
* improve reading and repairing vg metadataDavid Teigland2019-06-071-3/+4
* locking: unify global lock for flock and lockdDavid Teigland2019-04-291-2/+1
* cache: support vgsplitZdenek Kabelac2019-03-201-48/+37
* Use "cachevol" to refer to cache on a single LVDavid Teigland2019-02-271-1/+1
* add device hints to reduce scanningDavid Teigland2019-01-151-0/+2
* Allow dm-cache cache device to be standard LVDavid Teigland2018-11-061-1/+4
* Remove lvmetadDavid Teigland2018-07-111-7/+0
* Fix use of orphan lock in commandsDavid Teigland2018-06-121-0/+2
* Remove clvmd and associated codeDavid Teigland2018-06-051-1/+0
* lvmlockd: primarily use vg_is_sharedDavid Teigland2018-06-011-1/+1
* lvmcache: simplifyDavid Teigland2018-04-201-0/+3
* tidy: Add missing underscores to statics.Alasdair G Kergon2017-10-181-2/+2
* vgsplit: Fix intermediate metadata corruption.Alasdair G Kergon2017-09-221-0/+3
* debug: use display_lvnameZdenek Kabelac2017-06-271-2/+2
* cleanup: more lv_is_ usageZdenek Kabelac2016-12-131-2/+2
* vgsplit: fix regression processing thin external originsHeinz Mauelshagen2016-08-161-1/+1
* vgsplit: ea90a3d622 added an unconditional call to lv_is_on_pvs()Heinz Mauelshagen2016-07-281-2/+2
* vgsplit: restore check for thin pool external originDavid Teigland2016-07-271-1/+2
* vgsplit: use dm_list_next()Heinz Mauelshagen2016-07-121-1/+1
* vgsplit: temporary list pointer may be invalidHeinz Mauelshagen2016-07-121-10/+16
* vgsplit: Don't skip moving internal snapshot LV.Alasdair G Kergon2016-07-051-8/+5
* vgsplit: fix moving RAID LVs to split off VG and check for LVs not to skip mo...Heinz Mauelshagen2016-07-051-33/+99
* lvmetad: two phase vg_updateDavid Teigland2016-06-281-0/+6
* tools: Use arg_is_set instead of arg_count.Alasdair G Kergon2016-06-211-8/+8
* raid0: Standardise meta_areas checks before access.Alasdair G Kergon2016-05-231-3/+3
* vgcreate: use the common toollib pv createDavid Teigland2016-02-251-3/+3
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* Add lvmlockddev-dct-lvmlockd-AZDavid Teigland2015-07-021-3/+14
* systemid: Extend --foreign to reporting commands.Alasdair G Kergon2015-02-231-0/+1
* cleanup: drop !! from codeZdenek Kabelac2015-02-171-4/+4
* cleanup: Remove metadata.h from tools dir.Alasdair G Kergon2014-09-171-1/+0
* cleanup: Use lv_is_ macros.Alasdair G Kergon2014-09-151-2/+2
* conf: add allocation/physical_extent_size config option for default PE size o...Peter Rajnoha2014-09-121-1/+4
* vgsplit: Improve message when LV still active.Alasdair G Kergon2014-07-041-4/+8
* vgsplit: Fix VG component of lvid.Alasdair G Kergon2014-07-031-9/+7
* vgsplit: Make RAID 4/5/6 fail cleanly when too few PV specifiedJonathan Brassow2014-04-251-0/+47
* vgsplit: Mark cache moving code NOTREACHED.Alasdair G Kergon2014-04-041-0/+2
* cache: Disallow vgsplit when there are cache LVs in the VGJonathan Brassow2014-02-241-0/+79
* thin: vgsplit and vgmerge spare supportZdenek Kabelac2013-07-181-0/+6
* cleanup: stack usageZdenek Kabelac2013-07-011-2/+1