summaryrefslogtreecommitdiff
path: root/tools/vgimport.c
Commit message (Expand)AuthorAgeFilesLines
* vgimport: invalidate hintsDavid Teigland2023-02-221-0/+8
* backup: automatically store data on vg_unlockZdenek Kabelac2021-06-091-2/+0
* archiving: take archive automaticallyZdenek Kabelac2021-06-091-3/+0
* exported vg handlingDavid Teigland2019-06-251-4/+2
* Remove lvmetadDavid Teigland2018-07-111-20/+0
* lvmlockd: primarily use vg_is_sharedDavid Teigland2018-06-011-1/+1
* tidy: Add missing underscores to statics.Alasdair G Kergon2017-10-181-5/+5
* tools: Use arg_is_set instead of arg_count.Alasdair G Kergon2016-06-211-3/+3
* toollib: make it possible to also process internal VGs, add 'include_internal...Peter Rajnoha2016-06-201-1/+1
* pvscan: use process_each_vg for autoactivateDavid Teigland2016-05-231-1/+1
* toollib: add vg name list arg to process_each_vgDavid Teigland2016-05-231-1/+1
* lvmetad: rework command connection setup and checkingDavid Teigland2016-04-191-2/+2
* lvmetad: use the disabled flag in commandsDavid Teigland2016-04-191-0/+7
* lvmetad: preemptively check and rescan in commandsDavid Teigland2016-04-131-3/+5
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* vgextend: pass single vgname as process_each_vg argDavid Teigland2015-12-011-1/+1
* lockd: allow vgexport and vgimportDavid Teigland2015-07-131-1/+3
* vgimport: fall back when lvmetad is not runningDavid Teigland2015-05-111-1/+1
* systemid: silently ignore foreign vgs unless namedDavid Teigland2015-02-251-0/+11
* systemid: Extend --foreign to reporting commands.Alasdair G Kergon2015-02-231-13/+2
* system_id: use for VG ownershipDavid Teigland2015-02-131-0/+12
* tools: allow -S|--select for vgexport and vgimportPeter Rajnoha2015-02-101-3/+3
* toollib: replace void *handle with struct processing_handle for use in proces...Peter Rajnoha2015-02-101-1/+1
* vgimport/vgexport: return invalid cmdZdenek Kabelac2014-03-301-2/+2
* cleanup: comments and a messageAlasdair G Kergon2013-07-241-2/+1
* vgimport: Allow '--force' to import VGs with missing PVs.Jonathan Brassow2013-02-201-0/+17
* config: add silent modeAlasdair G Kergon2012-08-251-1/+1
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-2/+2
* Fix process_each_vg / _process_one_vg when vg_read() returns FAILED_LOCKING.Dave Wysochanski2009-09-151-3/+0
* Add lots of missing stack debug messages to tools.Alasdair Kergon2009-09-141-6/+6
* Use vg_is_exported(vg) macro everywhere.Dave Wysochanski2009-09-141-2/+2
* Rework the toollib interface (process_each_*) on top of new vg_read.Dave Wysochanski2009-07-011-3/+7
* Fix double releasing of vg when repairing of vg is requested.Milan Broz2009-06-051-7/+2
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-1/+1
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-1/+1
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Add vg_status function and clean up vg->status in tools directoryDave Wysochanski2007-06-191-2/+2
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-2/+3
* Fix vgexport/vgimport to set/reset PV exported flag so pv_attr is correct.Alasdair Kergon2006-04-121-0/+8
* Update copyright notices.Alasdair Kergon2004-03-301-13/+8
* More consistent error code usage.Alasdair Kergon2003-10-211-1/+1
* Another sync point - numerous fixes & clean ups.Alasdair Kergon2003-07-041-1/+1
* Some new features.Alasdair Kergon2002-11-181-24/+20
* agk, I recall you saying you had a massive commit pending; if you need meAndres Salomon2002-10-271-0/+3
* Merge with text format branch.Alasdair Kergon2002-04-241-2/+2
* Review locking: block signals instead of ignoring them and restore stateAlasdair Kergon2002-03-151-1/+1
* Run through indent - no (intentional) changes to any code.Alasdair Kergon2002-02-111-10/+10
* Preparation for an LVM2 liblvm - pass cmd_context into each tool andAlasdair Kergon2002-02-111-8/+8
* o Support locking with local lock filesAlasdair Kergon2002-02-111-6/+9
* quotes around names in outputHeinz Mauelshagen2002-01-301-4/+5