summaryrefslogtreecommitdiff
path: root/tools/vgcfgrestore.c
Commit message (Expand)AuthorAgeFilesLines
* exit with error when --devicesfile name doesn't existDavid Teigland2022-07-061-1/+4
* gcc-fanalyzer: explicit test null not passZdenek Kabelac2021-09-201-1/+4
* locking: unify global lock for flock and lockdDavid Teigland2019-04-291-6/+1
* add device hints to reduce scanningDavid Teigland2019-01-151-0/+2
* Remove lvmetadDavid Teigland2018-07-111-34/+1
* vcfgrestore: add prompt with active volumesZdenek Kabelac2018-06-221-1/+75
* Fix use of orphan lock in commandsDavid Teigland2018-06-121-6/+6
* cleanup: updates message with dotsZdenek Kabelac2018-06-081-4/+4
* build: Don't generate symlinks in include/ dirJoe Thornber2018-05-141-1/+1
* scan: do scanning at the start of a commandDavid Teigland2018-04-201-0/+2
* lvmetad: two phase vg_updateDavid Teigland2016-06-281-5/+5
* tools: Use arg_is_set instead of arg_count.Alasdair G Kergon2016-06-211-4/+4
* vgcfgrestore: rescan to reenable lvmetad on error pathDavid Teigland2016-06-211-3/+8
* vgcfgrestore: use lvmetad disabled stateDavid Teigland2016-06-201-1/+31
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* vgcfgrestore: return invalid cmd lineZdenek Kabelac2014-05-211-2/+2
* vgcfgrestore: Remove VG rom lvmetad later, to better deal with errors.Petr Rockai2013-09-181-8/+0
* vgcfgrestore: Remove the VG from lvmetad before overwriting it.Petr Rockai2013-09-181-0/+8
* cleanup: introduce return_ECMD_FAILED macroZdenek Kabelac2013-07-011-4/+3
* locking: Make it possible to pass down an LV to activation code.Petr Rockai2013-06-101-2/+2
* thin: allow restore with --forceZdenek Kabelac2012-11-271-2/+3
* config: add silent modeAlasdair G Kergon2012-08-251-1/+1
* The lvmetad client-side integration. Only active when use_lvmetad = 1 is set inPetr Rockai2012-02-231-0/+2
* Const fixingZdenek Kabelac2011-02-181-1/+1
* Handle metadata with unknown segment types more gracefully.Petr Rockai2009-10-161-0/+2
* Add lots of missing stack debug messages to tools.Alasdair Kergon2009-09-141-3/+5
* Fix error paths for vgcfgrestore when locking fails.Dave Wysochanski2009-08-131-2/+2
* Use log_error macro consistently throughout in place of log_err.Alasdair Kergon2009-07-151-2/+2
* Change lock ordering of vgcfgrestore to be consistent with other tools.Dave Wysochanski2009-07-101-6/+6
* Remove NON_BLOCKING lock flag from tools and set a policy to auto-set.Dave Wysochanski2009-05-131-2/+2
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-1/+1
* Fix orphan-related locking in pvdisplay and pvs.Alasdair Kergon2007-11-021-4/+4
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Fix a couple benign warnings by adding variable initializations.Dave Wysochanski2007-06-131-1/+1
* Allow vgcfgrestore to list metadata backup files using -fBryn M. Reeves2007-06-081-10/+11
* Support the /dev/mapper prefix on most command lines.Alasdair Kergon2007-03-091-1/+1
* Add skip_dev_dir() to process command line VGs.Alasdair Kergon2006-08-251-4/+1
* Update copyright notices.Alasdair Kergon2004-03-301-2/+11
* More consistent error code usage.Alasdair Kergon2003-10-211-2/+2
* Generalise 'invalid chars' error mesg to just say 'invalid'Alasdair Kergon2003-09-151-2/+1
* LV name validationAlasdair Kergon2003-02-031-1/+1
* Add success message; validate given VG name.Alasdair Kergon2003-01-171-7/+22
* Some new features.Alasdair Kergon2002-11-181-3/+15
* agk, I recall you saying you had a massive commit pending; if you need meAndres Salomon2002-10-271-0/+3
* Run through indent - no (intentional) changes to any code.Alasdair Kergon2002-02-111-4/+4
* Preparation for an LVM2 liblvm - pass cmd_context into each tool andAlasdair Kergon2002-02-111-8/+7
* o Added functions to display what's in the archive.Joe Thornber2002-02-111-0/+11
* o Actually check in vgcfgrestore.Joe Thornber2002-01-151-0/+26