summaryrefslogtreecommitdiff
path: root/tools/pvremove.c
Commit message (Expand)AuthorAgeFilesLines
* exit with error when --devicesfile name doesn't existDavid Teigland2022-07-061-1/+2
* pvcreate: call label scan prior to pvcreate_each_deviceDavid Teigland2019-04-301-0/+2
* locking: unify global lock for flock and lockdDavid Teigland2019-04-291-12/+4
* add device hints to reduce scanningDavid Teigland2019-01-151-0/+2
* pvremove: skip lvmlockd locks for forced clearingDavid Teigland2018-05-301-2/+11
* lvmetad: two phase vg_updateDavid Teigland2016-06-281-1/+1
* toollib: add 'parent' field to processing_handle; init report format only if ...Peter Rajnoha2016-06-201-1/+1
* replace pvcreate_params with pvcreate_each_paramsDavid Teigland2016-02-251-2/+2
* pvremove: use common toollib processing codeDavid Teigland2016-02-251-15/+33
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* Add lvmlockddev-dct-lvmlockd-AZDavid Teigland2015-07-021-0/+4
* pvremove: Avoid metadata re-reads & related error messages.Petr Rockai2015-01-061-7/+8
* cleanup: Remove metadata.h from tools dir.Alasdair G Kergon2014-09-171-1/+0
* pvremove: Catch CTRL-c during prompts.Alasdair G Kergon2014-04-291-0/+2
* pvremove: stack traceZdenek Kabelac2013-07-081-3/+5
* lvresize: separate validation from actionAlasdair G Kergon2013-07-061-4/+2
* lvm2app: Implement lvm_pv_remove V2Tony Asleson2013-07-021-126/+7
* cleanup: move string in the use-placeZdenek Kabelac2013-06-161-4/+3
* locking: Make it possible to pass down an LV to activation code.Petr Rockai2013-06-101-1/+1
* config: add silent modeAlasdair G Kergon2012-08-251-2/+2
* activate: add autoactivation hooksPeter Rajnoha2012-06-281-1/+1
* Scan all devices for lvmetad if 'pvscan --cache' used without device list.Alasdair Kergon2012-03-031-2/+1
* Allow multiple device names with pvscan --lvmetad.Alasdair Kergon2012-03-021-1/+1
* Reinstate error if e.g. daemon comms fails.Alasdair Kergon2012-03-021-1/+2
* Replace goto with just log_debugZdenek Kabelac2012-03-011-1/+1
* Check return values after calling new lvmetad fnsAlasdair Kergon2012-02-281-6/+7
* The lvmetad client-side integration. Only active when use_lvmetad = 1 is set inPetr Rockai2012-02-231-0/+2
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-301-1/+1
* Defer writing PV labels to vg_write.Alasdair Kergon2011-06-011-2/+2
* Add new free_pv_fid fn and use it throughout to free all attached fids.Peter Rajnoha2011-03-111-5/+13
* Improve pvremove error message when PV belongs to a VG.Alasdair Kergon2011-02-281-2/+2
* Remove useless mdas parameter for pv_read (from now on, we store mdas in aPeter Rajnoha2011-02-211-6/+4
* Suppress 'No PV label' message when removing several PVs without mdas.Alasdair Kergon2010-11-231-1/+1
* Add escape sequence for ':' and '@' found in device names used as PVs.Peter Rajnoha2010-09-231-0/+1
* Remove assumption that --yes must be used only in --force modeMilan Broz2010-08-191-5/+0
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-1/+1
* Fix tools to report error when stopped by user.Milan Broz2009-12-031-1/+1
* Try to avoid full rescan if label scan is enough.Milan Broz2009-02-251-2/+2
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-3/+3
* fix pvremove for pvs without mdasAlasdair Kergon2008-07-311-1/+23
* reinstate lost FIXMEAlasdair Kergon2008-07-241-0/+2
* Remove dead code, is_lvm_partition() - no functional change.Dave Wysochanski2008-07-231-7/+0
* FIXMEs for case where dm itself has device openAlasdair Kergon2007-11-221-0/+1
* Fix orphan-related locking in pvdisplay and pvs.Alasdair Kergon2007-11-021-5/+6
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Make warnings go to stderr. Change log_warn to that effect, log_printPetr Rockai2007-06-281-1/+1
* Remove get_ prefix from get_pv_* functionsDave Wysochanski2007-06-151-3/+3
* Fix inverted logic on last checkin for pvremoveDave Wysochanski2007-06-141-1/+1
* convert pv->vg_name[0] to \!is_orphan(pv)Dave Wysochanski2007-06-141-4/+4
* Convert pv->vg_name to get_pv_vg_nameDave Wysochanski2007-06-141-1/+1