aboutsummaryrefslogtreecommitdiff
path: root/tools/pvchange.c
AgeCommit message (Expand)Author
2013-03-25pv_write: clean up non-orphan format1 PV writePeter Rajnoha
2012-10-17cleanup: switch log_error to log_warnZdenek Kabelac
2012-08-25config: add silent modeAlasdair G Kergon
2011-08-30Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai
2011-08-10Replace free_vg with release_vgZdenek Kabelac
2011-02-28Allow non-orphan PVs with two metadata areas to be resized.Peter Rajnoha
2011-02-21Add old_uuid field to struct physical_volume so we can still reference a PVPeter Rajnoha
2011-02-21Change pv_write code to work with the changes in metadata handling interfacePeter Rajnoha
2011-01-24Add change_tag to toollib.Alasdair Kergon
2010-12-23Fix wrongly paired unlocking of global lock in pvchange. (2.02.66)Milan Broz
2010-12-08Rename vg_release to free_vg.Alasdair Kergon
2010-11-11Support repetition of --addtag and --deltag arguments.Alasdair Kergon
2010-09-23Add escape sequence for ':' and '@' found in device names used as PVs.Peter Rajnoha
2010-07-09Use __attribute__ consistently throughout.Alasdair Kergon
2010-07-07Shorten prompt for pvchange and vgextend.Dave Wysochanski
2010-07-07Add --force to pvchange, and allow override of prompt involving metadataignore.Dave Wysochanski
2010-07-07Add prompt if using --metadataignore argument with vgmetadatacopies.Dave Wysochanski
2010-06-29Move code into pv_change_metadataignore library function.Dave Wysochanski
2010-06-28Set vg_mda_copies when pvchange --metadataignore is given.Dave Wysochanski
2010-06-28Add --metadataignore to pvchange, allowing for ignoring of metadata areas.Dave Wysochanski
2010-05-19Remove another pvchange hack involving orphan VG names.Dave Wysochanski
2010-05-19Remove hack in pvchange to unlock orphan VG.Dave Wysochanski
2010-05-19Update pvchange to always obtain a vg handle for each pv to process.Dave Wysochanski
2009-09-14Add lots of missing stack debug messages to tools.Alasdair Kergon
2009-07-08Refactor a couple log_error() statements in prep for larger log_error() patch.Dave Wysochanski
2009-07-07Fix vg_read() error paths to properly release upon vg_read_error().Dave Wysochanski
2009-07-01Convert the straight instances of vg_lock_and_read to new vg_read(_for_update).Dave Wysochanski
2009-06-26revert last patch - let's do a release firstAlasdair Kergon
2009-06-26Convert the straight instances of vg_lock_and_read to new vg_read(_for_update).Dave Wysochanski
2009-06-26Abort if automatic metadata correction fails when reading VG to update it.Alasdair Kergon
2009-05-21Pre-release cleanups.Alasdair Kergon
2009-04-10Properly release VG memory pool in all CLI tools.Milan Broz
2009-02-25Try to avoid full rescan if label scan is enough.Milan Broz
2008-11-03Right, a simple build (without options) is working again.Alasdair Kergon
2008-07-31remove unused mdas variableAlasdair Kergon
2008-07-31Fix pvchange to handle PVs without mdas.Alasdair Kergon
2008-07-16Fix pvchange -M1 -u to preserve existing extent locations when there's a VG.Alasdair Kergon
2008-02-06split orphan VG by format typeAlasdair Kergon
2008-01-30Some whitespace tidy-ups.Alasdair Kergon
2008-01-30Use stack return macros throughout.Alasdair Kergon
2007-11-15Convert some vg_reads into vg_lock_and_readsAlasdair Kergon
2007-11-02Fix orphan-related locking in pvdisplay and pvs.Alasdair Kergon
2007-11-02Convert pvchange, pvdisplay, pvscan to use is_orphan()Bryn M. Reeves
2007-10-12Add pv_dev_name() to access PV device name.Dave Wysochanski
2007-08-20Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon
2007-06-15Remove get_ prefix from get_pv_* functionsDave Wysochanski
2007-06-14Convert pv->vg_name to get_pv_vg_nameDave Wysochanski
2007-06-13Convert pv->vg_name to get_pv_vg_nameDave Wysochanski
2007-06-13Convert pv->status to get_pv_statusDave Wysochanski
2007-06-13Convert pv->dev to get_pv_devDave Wysochanski