summaryrefslogtreecommitdiff
path: root/tools/pvcreate.c
Commit message (Expand)AuthorAgeFilesLines
* Add lvmlockddev-dct-lvmlockd-AZDavid Teigland2015-07-021-0/+4
* vgextend: Use process_each_vg.David Teigland2015-02-131-1/+1
* pvcreate: Fix cache state with filters/sig wiping.Alasdair G Kergon2014-08-141-9/+0
* filters: fix regression caused by commit e80884cd080cad7e10be4588e3493b900064...Peter Rajnoha2014-08-011-0/+9
* tools: remove metadata-exported.hAlasdair G Kergon2013-07-091-1/+0
* pvcreate: remove metadata.h headerAlasdair G Kergon2013-07-091-2/+1
* lvresize: separate validation from actionAlasdair G Kergon2013-07-061-2/+1
* sigint: improve logic on for sigint reactionZdenek Kabelac2013-07-031-3/+3
* lib2app: Added PV create. V2Tony Asleson2013-07-021-9/+2
* config: add profile arg to find_config_tree_boolPeter Rajnoha2013-07-021-1/+1
* locking: Make it possible to pass down an LV to activation code.Petr Rockai2013-06-101-1/+1
* refactor: rename embedding area -> bootloader areaPeter Rajnoha2013-05-281-2/+2
* config: refer to config nodes using assigned IDsPeter Rajnoha2013-03-061-3/+1
* pv_header_extension: add support for writing PV header extension (flags & Emb...Peter Rajnoha2013-02-261-0/+2
* pv_header_extension: add support for reading PV header extension (flags & Emb...Peter Rajnoha2013-02-261-0/+1
* cleanup: add struct pvcreate_restorable_params and move relevant items from p...Peter Rajnoha2013-02-261-10/+10
* pvcreate: fix leak on error pathZdenek Kabelac2012-10-191-0/+1
* Using enum types for enumsZdenek Kabelac2012-02-281-1/+1
* The lvmetad client-side integration. Only active when use_lvmetad = 1 is set inPetr Rockai2012-02-231-0/+1
* Add free_orphan_vgZdenek Kabelac2012-02-131-1/+0
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-301-1/+1
* Replace free_vg with release_vgZdenek Kabelac2011-08-101-1/+1
* Defer writing PV labels to vg_write.Alasdair Kergon2011-06-011-1/+1
* Add new free_pv_fid fn and use it throughout to free all attached fids.Peter Rajnoha2011-03-111-1/+3
* Rename vg_release to free_vg.Alasdair Kergon2010-12-081-1/+1
* Add escape sequence for ':' and '@' found in device names used as PVs.Peter Rajnoha2010-09-231-0/+2
* Require --restorefile when using pvcreate --uuid.Mike Snitzer2010-08-121-0/+10
* replace existing_pv with existing_pvlAlasdair Kergon2010-03-161-5/+5
* Look up missing PVs by uuid not dev_name in _pvs_single to avoid invalid stat.Alasdair Kergon2010-03-161-1/+1
* Rename pvcreate_params processing functions to better match <object><action>.Dave Wysochanski2009-11-011-4/+4
* Move pvcreate_validate_params into toollib to allow calling from mutiple tools.Dave Wysochanski2009-10-051-108/+0
* Refactor pvcreate - split pvcreate_validate_params into recovery/non-recovery.Dave Wysochanski2009-10-051-25/+37
* Add lots of missing stack debug messages to tools.Alasdair Kergon2009-09-141-1/+3
* Add --dataalignmentoffset to pvcreate to shift start of aligned data areaMike Snitzer2009-07-301-1/+20
* Move ORPHAN_VG lock outside pvcreate_single.Dave Wysochanski2009-07-261-0/+6
* Move bulk of pvcreate logic into library.Dave Wysochanski2009-07-261-238/+1
* Properly release VG memory pool in all CLI tools.Milan Broz2009-04-101-0/+1
* Some extra (paranoid) checks on dev_is_{md,swap} result.Petr Rockai2009-03-171-2/+15
* Detect and wipe swap signatures in pvcreate.Petr Rockai2009-03-171-1/+12
* Try to avoid full rescan if label scan is enough.Milan Broz2009-02-251-2/+2
* Add --dataalignment to pvcreate to specify alignment of data area. (mbroz)Alasdair Kergon2009-02-221-4/+26
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-2/+2
* Improve the way VGs with PVs missing are handled so manual interventionAlasdair Kergon2008-09-191-3/+0
* Add pvcreate tests to verify failure on md array detection.Dave Wysochanski2008-07-291-0/+3
* Refactor pvcreate - simplify return codes.Dave Wysochanski2008-07-251-8/+8
* Refactor pvcreate - --yes argumentDave Wysochanski2008-07-251-4/+4
* Refactor pvcreate - --force parameter.Dave Wysochanski2008-07-251-2/+5
* Refactor pvcreate - use '0' for no --uuid or --restorefile options.Dave Wysochanski2008-07-251-6/+7
* Refactor pvcreate - move uuid and restorefile options.Dave Wysochanski2008-07-251-37/+46
* reinstate lost FIXMEAlasdair Kergon2008-07-241-0/+2