summaryrefslogtreecommitdiff
path: root/tools/pvcreate.c
Commit message (Expand)AuthorAgeFilesLines
* exit with error when --devicesfile name doesn't existDavid Teigland2022-07-061-1/+2
* device usage based on devices fileDavid Teigland2021-02-231-0/+2
* move the setting of use_full_md_check flagDavid Teigland2019-05-211-3/+0
* pvcreate: call label scan prior to pvcreate_each_deviceDavid Teigland2019-04-301-2/+3
* locking: unify global lock for flock and lockdDavid Teigland2019-04-291-9/+2
* add device hints to reduce scanningDavid Teigland2019-01-151-0/+2
* Remove lvmetadDavid Teigland2018-07-111-11/+0
* filter: use bcache for filter readsDavid Teigland2018-05-101-0/+3
* tidy: Add missing underscores to statics.Alasdair G Kergon2017-10-181-6/+6
* pvcreate: Use maximum metadata area size with --restorefileAlasdair G Kergon2017-08-111-0/+9
* pvcreate: add prompt when setting dev sizeDavid Teigland2017-04-271-2/+2
* lvmetad: two phase vg_updateDavid Teigland2016-06-281-1/+1
* tools: Use arg_is_set instead of arg_count.Alasdair G Kergon2016-06-211-6/+6
* toollib: add 'parent' field to processing_handle; init report format only if ...Peter Rajnoha2016-06-201-1/+1
* pvcreate: fix setting uuid argDavid Teigland2016-02-251-0/+1
* replace pvcreate_params with pvcreate_each_paramsDavid Teigland2016-02-251-10/+10
* redefine pvcreate structsDavid Teigland2016-02-251-8/+8
* pvcreate: use the common toollib pv createDavid Teigland2016-02-251-51/+92
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* 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