summaryrefslogtreecommitdiffstats
path: root/tools/vgremove.c
Commit message (Expand)AuthorAgeFilesLines
* Make force_t enum usage obviousZdenek Kabelac2012-02-271-1/+1
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-1/+1
* Refactor vg_remove_check to place pv removal into separate function.Dave Wysochanski2010-06-301-0/+2
* Fix vgremove to allow removal of VG with missing PVs. (2.02.52)Milan Broz2010-06-301-1/+1
* Allow vgremove of a VG with PVs missing.Petr Rockai2010-01-081-8/+13
* Fix tools to report error when stopped by user.Milan Broz2009-12-031-1/+1
* Fix process_each_vg / _process_one_vg when vg_read() returns FAILED_LOCKING.Dave Wysochanski2009-09-151-5/+0
* Add lots of missing stack debug messages to tools.Alasdair Kergon2009-09-141-5/+15
* Split vg_remove_single into 2 functions - the second part commits to disk.Dave Wysochanski2009-09-021-1/+4
* Fix vgck and vgremove segfault if non-existent vg given.Dave Wysochanski2009-07-141-0/+3
* Move orphan lock inside vg_remove_single.Dave Wysochanski2009-07-101-7/+0
* Remove force parameter from vg_remove_single, now the liblvm function.Dave Wysochanski2009-07-101-1/+23
* Remove unnecessary parameters from vg_remove_single().Dave Wysochanski2009-07-101-2/+1
* Remove unneeded LOCK_NONBLOCKING from vg_read() API.Dave Wysochanski2009-07-081-1/+1
* Rework the toollib interface (process_each_*) on top of new vg_read.Dave Wysochanski2009-07-011-6/+4
* Fix double releasing of vg when repairing of vg is requested.Milan Broz2009-06-051-2/+4
* 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-2/+2
* Fix orphan-related locking in pvdisplay and pvs.Alasdair Kergon2007-11-021-2/+2
* Move guts of vgremove into lvm library.Dave Wysochanski2007-08-211-65/+0
* Prepare to move guts of vgremove into lvm library.Dave Wysochanski2007-08-211-12/+22
* 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-4/+2
* Remove get_ prefix from get_pv_* functionsDave Wysochanski2007-06-151-4/+4
* Convert pv->dev to get_pv_devDave Wysochanski2007-06-131-4/+4
* Fix vgremove to require at least one vg argument.Milan Broz2007-03-151-0/+5
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-1/+1
* Use ORPHAN lock definition throughout.Alasdair Kergon2005-10-031-2/+2
* Move archiver code from tools into library.Alasdair Kergon2005-05-171-1/+1
* Reinstate full PV size when removing from VG.Alasdair Kergon2005-05-031-0/+8
* Improve a vgremove error message.Alasdair Kergon2004-11-181-8/+5
* Use macro in vgremove locking fix.Alasdair Kergon2004-09-271-1/+1
* Hold VG lock while doing vgremove.Patrick Caulfield2004-09-241-2/+2
* Update copyright notices.Alasdair Kergon2004-03-301-13/+8
* Fix vgremove 'all OK' checkAlasdair Kergon2003-11-061-1/+1
* More consistent error code usage.Alasdair Kergon2003-10-211-1/+1
* macro changesAlasdair Kergon2003-10-151-3/+3
* Tidy various pre-processing incl. making libdl optional.Alasdair Kergon2003-03-241-1/+1
* Default stripesize 64k & config file setting for it;Alasdair Kergon2002-12-191-2/+2
* Some new features.Alasdair Kergon2002-11-181-28/+24
* 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-8/+6
* Review locking: block signals instead of ignoring them and restore stateAlasdair Kergon2002-03-151-1/+2
* o activate/reactivate mergeAlasdair Kergon2002-03-111-1/+1
* o Lock mechanism for LV activationAlasdair Kergon2002-02-271-2/+2
* Begin conversion so LV id is passed to activation unit instead ofAlasdair Kergon2002-02-251-2/+2
* Run through indent - no (intentional) changes to any code.Alasdair Kergon2002-02-111-10/+8
* Preparation for an LVM2 liblvm - pass cmd_context into each tool andAlasdair Kergon2002-02-111-6/+6
* o Support locking with local lock filesAlasdair Kergon2002-02-111-1/+13
* quotes around names in outputHeinz Mauelshagen2002-01-301-12/+15