summaryrefslogtreecommitdiff
path: root/tools/vgreduce.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Avoid nested vg_reads when processing PVs in VGs and fix associated locking.Alasdair Kergon2007-11-141-1/+1
* readahead activation code (but no dm support yet)Alasdair Kergon2007-11-121-1/+1
* Add pv_dev_name() to access PV device name.Dave Wysochanski2007-10-121-2/+2
* Clean up numerous compiler warnings that crept in recently.Alasdair Kergon2007-08-221-1/+1
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Convert vg->status checks to use vg_check_status function.\nRename status_fla...Dave Wysochanski2007-06-191-15/+1
* Remove get_ prefix from get_pv_* functionsDave Wysochanski2007-06-151-7/+7
* Convert pv->dev to get_pv_devDave Wysochanski2007-06-131-4/+4
* Convert pv->size to get_pv_sizeDave Wysochanski2007-06-131-1/+1
* Convert pv->pe_count to get_pv_pe_countDave Wysochanski2007-06-131-2/+2
* Convert pv->pe_alloc_count to get_pv_pe_alloc_countDave Wysochanski2007-06-131-1/+1
* Add vg_check_status to consolidate vg status flags checks and error messages.Dave Wysochanski2007-06-061-7/+2
* Add a few missing pieces of vgname command line validation.Alasdair Kergon2007-03-091-0/+6
* Support the /dev/mapper prefix on most command lines.Alasdair Kergon2007-03-091-1/+1
* Fix some &->&& vgreduce cmdline validation. [Andre Noll]Alasdair Kergon2007-01-311-2/+2
* Avoid vgreduce error when mirror code removes the log LV.Alasdair Kergon2007-01-091-1/+3
* Adjust some alignments for ia64 and sparc.Alasdair Kergon2006-11-301-1/+1
* fix vgreduce clustered checkAlasdair Kergon2006-09-071-1/+1
* When using local file locking, skip clustered VGs.Alasdair Kergon2006-09-021-0/+14
* Add skip_dev_dir() to process command line VGs.Alasdair Kergon2006-08-251-1/+1
* Differentiate between the two 'log device failed' cases in vgreduce.Alasdair Kergon2006-07-041-2/+7