aboutsummaryrefslogtreecommitdiff
path: root/tools/vgconvert.c
AgeCommit message (Expand)Author
2013-03-06config: refer to config nodes using assigned IDsPeter Rajnoha
2013-02-26tools: add embeddingareasize arg to pvcreate and vgconvertPeter Rajnoha
2013-02-26cleanup: use struct pvcreate_restorable_params throughoutPeter Rajnoha
2012-08-25config: add silent modeAlasdair G Kergon
2012-02-28Using enum types for enumsZdenek Kabelac
2012-02-13Add free_orphan_vgZdenek Kabelac
2011-03-11Add new free_pv_fid fn and use it throughout to free all attached fids.Peter Rajnoha
2011-02-28Allow non-orphan PVs with two metadata areas to be resized.Peter Rajnoha
2011-02-25Revert the patch for vgconvert to work with recent changes in metadata area h...Peter Rajnoha
2011-02-21Fix vgconvert code to work with changes in metadata area handling and changesPeter Rajnoha
2011-02-21Change pv_write code to work with the changes in metadata handling interfacePeter Rajnoha
2011-02-21Change the code throughout to use new pv_initialise and modified pv_setup fn.Peter Rajnoha
2011-02-18Fix gcc warnings for unused variablesZdenek Kabelac
2010-08-17Allow internal suspend and resume of origin without its snapshots.Alasdair Kergon
2010-07-09Use __attribute__ consistently throughout.Alasdair Kergon
2010-07-08Pass metadataignore to pv_create, pv_setup, _mda_setup, and add_mda.Dave Wysochanski
2009-10-05Add --pvmetadatacopies as a synonym for --metadatacopies in various commands.Dave Wysochanski
2009-09-15Fix process_each_vg / _process_one_vg when vg_read() returns FAILED_LOCKING.Dave Wysochanski
2009-09-14Add lots of missing stack debug messages to tools.Alasdair Kergon
2009-09-02Rename internal library function vg_remove to vg_remove_mdas.Dave Wysochanski
2009-07-30Add --dataalignmentoffset to pvcreate to shift start of aligned data areaMike Snitzer
2009-07-01Rework the toollib interface (process_each_*) on top of new vg_read.Dave Wysochanski
2009-06-05Fix double releasing of vg when repairing of vg is requested.Milan Broz
2009-05-21Pre-release cleanups.Alasdair Kergon
2009-04-10Properly release VG memory pool in all CLI tools.Milan Broz
2009-02-22Add --dataalignment to pvcreate to specify alignment of data area. (mbroz)Alasdair Kergon
2008-11-03Right, a simple build (without options) is working again.Alasdair Kergon
2008-08-29Fix setting of volume limit count if converting to lvm1 format.Milan Broz
2008-08-28Fix vgconvert logical volume id metadata validation.Milan Broz
2008-06-24Refactor pv_create() to take cmd_context - no functional change.Dave Wysochanski
2007-11-14Accept sizes with --readahead argument.Alasdair Kergon
2007-11-12readahead activation code (but no dm support yet)Alasdair Kergon
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-19Convert vg->status checks to use vg_check_status function.\nRename status_fla...Dave Wysochanski
2007-06-15Remove get_ prefix from get_pv_* functionsDave Wysochanski
2007-06-13Convert pv->dev to get_pv_devDave Wysochanski
2007-06-13Convert pv->size to get_pv_sizeDave Wysochanski
2007-06-13Convert existing_pv dereferences to get_pv_*Dave Wysochanski
2006-05-16 Fix lvcreate corelog validation.Alasdair Kergon
2006-05-09Make SIZE_SHORT the default for display_size().Alasdair Kergon
2005-10-17Attempt to load missing targets using modprobe.Alasdair Kergon
2005-04-07Internal snapshot code restructuring.Alasdair Kergon
2005-01-12Only ask libdevmapper for open_count when we need it.Alasdair Kergon
2004-03-30Update copyright notices.Alasdair Kergon
2004-03-08rename config file vars & always use / as separatorAlasdair Kergon
2003-11-21Fix support for PVs on read only devices. [Still must set LVs read only]Alasdair Kergon
2003-11-06Cope better with LVM1 minor numbers & LV numbers.Alasdair Kergon
2003-10-21More consistent error code usage.Alasdair Kergon
2003-10-15macro changesAlasdair Kergon