summaryrefslogtreecommitdiffstats
path: root/tools/pvcreate.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove dead code, is_lvm_partition() - no functional change.Dave Wysochanski2008-07-231-7/+0
* Refactor pvcreate - move labelsector parameter parsing & validation.Dave Wysochanski2008-07-231-2/+5
* Refactor pvcreate - divide parameter parsing & validation from create logic.Dave Wysochanski2008-07-211-44/+39
* Refactor pvcreate to divide parameter parsing & validation from create logic.Dave Wysochanski2008-07-211-15/+42
* Refactor pv_create() to take cmd_context - no functional change.Dave Wysochanski2008-06-241-1/+1
* Fix vgreduce to use vg_split_mdas to check sufficient mdas remain.Alasdair Kergon2008-04-081-1/+1
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-5/+5
* use scan_vgs_for_pvs to detect non-orphans without MDAsAlasdair Kergon2008-01-161-1/+2
* Prevent pvcreate from overwriting MDA-less PVs belonging to active VGs.Petr Rockai2008-01-091-0/+12
* FIXMEs for case where dm itself has device openAlasdair Kergon2007-11-221-0/+1
* Accept sizes with --readahead argument.Alasdair Kergon2007-11-141-3/+2
* Fix orphan-related locking in pvdisplay and pvs.Alasdair Kergon2007-11-021-5/+5
* 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-8/+8
* Allow keyboard interrupts in yes_no_prompt(). Add code to toollib.cPetr Rockai2007-06-151-0/+11
* convert pv->vg_name[0] to \!is_orphan(pv)Dave Wysochanski2007-06-141-6/+6