summaryrefslogtreecommitdiff
path: root/tools/vgcreate.c
Commit message (Expand)AuthorAgeFilesLines
* exit with error when --devicesfile name doesn't existDavid Teigland2022-07-061-1/+4
* backup: automatically store data on vg_unlockZdenek Kabelac2021-06-091-2/+0
* archiving: take archive automaticallyZdenek Kabelac2021-06-091-3/+0
* Add metadata-based autoactivation property for VG and LVDavid Teigland2021-04-071-0/+3
* device usage based on devices fileDavid Teigland2021-02-231-0/+4
* vgcreate/vgextend: restrict PVs with mixed block sizesDavid Teigland2019-08-011-0/+2
* lvmcache: remove unused functionDavid Teigland2019-06-101-2/+2
* move the setting of use_full_md_check flagDavid Teigland2019-05-211-3/+0
* vgcreate: remove the lvmcache locking workaroundDavid Teigland2019-04-301-15/+0
* locking: unify global lock for flock and lockdDavid Teigland2019-04-291-15/+4
* lvmlockd: make lockstart wait for existing startDavid Teigland2019-01-161-1/+1
* add device hints to reduce scanningDavid Teigland2019-01-151-0/+2
* Remove lvmetadDavid Teigland2018-07-111-2/+1
* Remove clvmd and associated codeDavid Teigland2018-06-051-9/+2
* lvmlockd: primarily use vg_is_sharedDavid Teigland2018-06-011-1/+1
* filter: use bcache for filter readsDavid Teigland2018-05-101-0/+3
* lvmcache: simplifyDavid Teigland2018-04-201-1/+0
* vgcreate: improve the use of label_scanDavid Teigland2018-04-201-8/+20
* vgcreate: allow pvcreate force optionDavid Teigland2016-07-061-3/+0
* lvmetad: two phase vg_updateDavid Teigland2016-06-281-5/+5
* tools: Use arg_is_set instead of arg_count.Alasdair G Kergon2016-06-211-1/+1
* toollib: add 'parent' field to processing_handle; init report format only if ...Peter Rajnoha2016-06-201-1/+1
* replace pvcreate_params with pvcreate_each_paramsDavid Teigland2016-02-251-3/+3
* vgcreate: use the common toollib pv createDavid Teigland2016-02-251-20/+63
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* lockd: add start_init arg to lockd_start_vgDavid Teigland2015-09-101-1/+1
* lvmlockd: create sanlock lv large enough for existing lvsDavid Teigland2015-07-301-1/+1
* Add lvmlockddev-dct-lvmlockd-AZDavid Teigland2015-07-021-0/+47
* systemid: Extend --foreign to reporting commands.Alasdair G Kergon2015-02-231-2/+3
* system_id: use for VG ownershipDavid Teigland2015-02-131-0/+1
* vgextend: Use process_each_vg.David Teigland2015-02-131-1/+1
* conf: add allocation/physical_extent_size config option for default PE size o...Peter Rajnoha2014-09-121-1/+2
* config: differentiate command and metadata profiles and consolidate profile h...Peter Rajnoha2014-05-201-1/+1
* metadata: add support for storing profile name in metadata (during vgcreate/l...Peter Rajnoha2013-07-021-0/+3
* locking: Make it possible to pass down an LV to activation code.Petr Rockai2013-06-101-1/+1
* cleanup: swap return valuesZdenek Kabelac2012-10-171-2/+2
* config: add silent modeAlasdair G Kergon2012-08-251-2/+2
* The lvmetad client-side integration. Only active when use_lvmetad = 1 is set inPetr Rockai2012-02-231-0/+2
* Replace free_vg with release_vgZdenek Kabelac2011-08-101-3/+3
* Const fixingZdenek Kabelac2011-02-181-1/+1
* Rename vg_release to free_vg.Alasdair Kergon2010-12-081-3/+3
* Support repetition of --addtag and --deltag arguments.Alasdair Kergon2010-11-111-11/+15
* improve vgmetadatacopies unmanaged messageAlasdair Kergon2010-06-301-1/+1
* Add --vgmetadatacopies to vgcreate man page, command, and lvm.conf.Dave Wysochanski2010-06-281-6/+2
* Refactor vgcreate to call new vg_change_tag() function.Dave Wysochanski2010-02-241-10/+2
* Fix previous vgcreate commit to not call unpaired unlock.Milan Broz2009-12-281-2/+3
* Print error if VG already exist.Milan Broz2009-12-031-2/+7
* Rename validate_vg_create_params to vgcreate_params_validate.Dave Wysochanski2009-11-011-1/+1
* Rename fill_vg_create_params to vgcreate_params_set_from_args.Dave Wysochanski2009-11-011-1/+2
* Add vgcreate_params_set_defaults().Dave Wysochanski2009-11-011-6/+1