summaryrefslogtreecommitdiffstats
path: root/tools/vgreduce.c
Commit message (Expand)AuthorAgeFilesLines
* config: add silent modeAlasdair G Kergon2012-08-251-3/+3
* check: add internal errors for unexpected pathsZdenek Kabelac2012-08-231-0/+5
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-231-1/+0
* Fix unlocking in error path of vgreduceZdenek Kabelac2012-03-301-1/+8
* Make force_t enum usage obviousZdenek Kabelac2012-02-271-1/+1
* Turn a warning to an error in vgreduce --removemissing, since we exit with aPetr Rockai2012-02-151-2/+2
* Remove duplicate testZdenek Kabelac2012-02-081-1/+1
* Replace free_vg with release_vgZdenek Kabelac2011-08-101-3/+3
* remove unnecessary lvconvert.hAlasdair Kergon2011-07-081-1/+0
* Rewrite vgreduce --removemissing --force, using existing primitives:Petr Rockai2011-05-071-281/+23
* Remove double bracesZdenek Kabelac2011-03-291-2/+2
* Add new free_pv_fid fn and use it throughout to free all attached fids.Peter Rajnoha2011-03-111-0/+3
* Allow non-orphan PVs with two metadata areas to be resized.Peter Rajnoha2011-02-281-1/+1
* Change pv_write code to work with the changes in metadata handling interfacePeter Rajnoha2011-02-211-1/+1
* Const fixingZdenek Kabelac2011-02-181-1/+1
* Rename vg_release to free_vg.Alasdair Kergon2010-12-081-3/+3
* Allow internal suspend and resume of origin without its snapshots.Alasdair Kergon2010-08-171-1/+1
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-2/+2
* Use del_pvl_from_vgs() in vgreduce paths.Dave Wysochanski2010-04-131-2/+1
* Call add_pvl_to_vgs() and del_pvl_from_vgs() from more places.Dave Wysochanski2010-04-131-3/+1
* Introduce is_missing_pv().Alasdair Kergon2010-03-161-3/+3
* Also clean up MISSING devices in --removemissing --force in vgreduce.Petr Rockai2009-12-171-1/+1
* Add lots of missing stack debug messages to tools.Alasdair Kergon2009-09-141-7/+7
* Remove redundant validate_name in vgreduce.Dave Wysochanski2009-07-241-6/+0
* Port process_each_pv to new vg_read.Petr Rockai2009-07-151-1/+1
* Refuse to open VG with MISSING_PVs for update unless handles_missing_pvs is set.Petr Rockai2009-07-151-1/+3
* Remove unneeded LOCK_NONBLOCKING from vg_read() API.Dave Wysochanski2009-07-081-1/+1
* Convert vgreduce to use vg_read_for_update.Dave Wysochanski2009-07-011-22/+20
* - Ignore suspended devices during repair (Milan).Petr Rockai2009-06-151-0/+5
* Pre-release cleanups.Alasdair Kergon2009-05-211-2/+2
* Remove NON_BLOCKING lock flag from tools and set a policy to auto-set.Dave Wysochanski2009-05-131-1/+1
* Fix vgreduce --removemissing failure exit code.Milan Broz2009-04-221-2/+4
* Properly release VG memory pool in all CLI tools.Milan Broz2009-04-101-50/+33
* Separate PV label attributes which do not need parse metadata when reporting.Milan Broz2009-02-091-2/+2
* Rename vg_read() to vg_read_internal(). (mornfall)Alasdair Kergon2009-01-261-3/+3
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-25/+25
* fix last releaseAlasdair Kergon2008-09-191-3/+19
* Improve the way VGs with PVs missing are handled so manual interventionAlasdair Kergon2008-09-191-43/+59
* remove unused varAlasdair Kergon2008-09-191-1/+0
* Avoid shuffling remaining mirror images when removing one, retaining primary.Alasdair Kergon2008-09-181-3/+2
* Fix vgreduce to use vg_split_mdas to check sufficient mdas remain.Alasdair Kergon2008-04-081-1/+28
* split orphan VG by format typeAlasdair Kergon2008-02-061-1/+1
* undo a few 'stack' movesAlasdair Kergon2008-01-301-1/+2
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-2/+2
* Use stack return macros throughout.Alasdair Kergon2008-01-301-34/+17
* rename lv_remap_errorAlasdair Kergon2008-01-171-14/+4
* lvconvert/vgreduce fixesAlasdair Kergon2008-01-171-0/+19
* Maintain lists of stacked LV segments using each LV.Alasdair Kergon2008-01-161-7/+2
* note pvmove breakageAlasdair Kergon2007-11-191-1/+1
* more vg_read lock fixesAlasdair Kergon2007-11-151-1/+1