summaryrefslogtreecommitdiff
path: root/tools/vgremove.c
Commit message (Expand)AuthorAgeFilesLines
* vgremove: remove online files in run dirDavid Teigland2022-09-141-0/+3
* vgremove: remove forgotten pmspareZdenek Kabelac2021-07-211-0/+4
* exported vg handlingDavid Teigland2019-06-251-3/+0
* move wipe_outdated_pvs to vg_writeDavid Teigland2019-06-071-0/+2
* locking: unify global lock for flock and lockdDavid Teigland2019-04-291-20/+2
* add device hints to reduce scanningDavid Teigland2019-01-151-0/+2
* Fix use of orphan lock in commandsDavid Teigland2018-06-121-0/+7
* tidy: Add missing underscores to statics.Alasdair G Kergon2017-10-181-4/+4
* process_each_lv: add check_single_lv functionDavid Teigland2017-02-131-1/+1
* toollib: make it possible to also process internal VGs, add 'include_internal...Peter Rajnoha2016-06-201-1/+1
* toollib: add vg name list arg to process_each_vgDavid Teigland2016-05-231-1/+1
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* vgextend: pass single vgname as process_each_vg argDavid Teigland2015-12-011-1/+1
* lvmlockd: add full changing of lock typeDavid Teigland2015-08-271-1/+1
* Add lvmlockddev-dct-lvmlockd-AZDavid Teigland2015-07-021-0/+19
* cleanup: tools: "or use -S for selection" --> "or use --select for selection"Peter Rajnoha2015-03-041-1/+1
* vgremove: select: direct selection to be done per-VG, not per-LVPeter Rajnoha2015-03-041-1/+15
* tools: allow -S|--select for vgremove and lvremovePeter Rajnoha2015-02-101-2/+3
* toollib: replace void *handle with struct processing_handle for use in proces...Peter Rajnoha2015-02-101-1/+1
* vgremove: Use process_each_lv_in_vg.Alasdair G Kergon2014-10-071-2/+6
* vg/lvremove: support --yesZdenek Kabelac2014-10-061-3/+8
* cleanup: introduce return_ECMD_FAILED macroZdenek Kabelac2013-07-011-16/+8
* 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