summaryrefslogtreecommitdiff
path: root/tools/vgcreate.c
Commit message (Expand)AuthorAgeFilesLines
...
* Rename pvcreate_params processing functions to better match <object><action>.Dave Wysochanski2009-11-011-2/+2
* Update vgcreate to call vg_set_clustered().Dave Wysochanski2009-10-311-5/+3
* Add --pvmetadatacopies as a synonym for --metadatacopies in various commands.Dave Wysochanski2009-10-051-0/+5
* Add implicit pvcreate support to vgcreate and vgextend.Dave Wysochanski2009-10-051-3/+4
* Refactor vgcreate/vgextend validation of vgname/pvname(s).Dave Wysochanski2009-10-051-3/+8
* Add pvcreate_params to vg_extend.Dave Wysochanski2009-10-051-1/+1
* Add lots of missing stack debug messages to tools.Alasdair Kergon2009-09-141-6/+4
* Revert previous patch that moved VG_ORPHAN lock inside vg_extend.Dave Wysochanski2009-07-241-0/+8
* Move orphan lock obtain/release inside vg_extend().Dave Wysochanski2009-07-101-8/+0
* Change vg_create() to take only minimal parameters and obtain a lock.Dave Wysochanski2009-07-091-10/+14
* Add defines for default vgcreate parameters.Dave Wysochanski2009-07-091-4/+4
* Update vgcreate to use new vg_lock_newname().Dave Wysochanski2009-06-091-1/+1
* Remove NON_BLOCKING lock flag from tools and set a policy to auto-set.Dave Wysochanski2009-05-131-2/+2
* Properly release VG memory pool in all CLI tools.Milan Broz2009-04-101-0/+2
* Fix vgcreate race which could allow two parallel vgcreates to succeed,Dave Wysochanski2008-12-011-21/+22
* Indicate whether or not VG is clustered in vgcreate log message.Alasdair Kergon2008-04-081-3/+9
* fix default extent_sizeAlasdair Kergon2008-01-171-1/+1
* Move more parameter validation into the library.Dave Wysochanski2008-01-151-14/+21
* Allow vgcreate options as input to vgsplit when new vg is split destination.Dave Wysochanski2008-01-141-84/+15
* Refactor vgcreate for parameter validation and add testsDave Wysochanski2008-01-111-26/+40
* Accept sizes with --readahead argument.Alasdair Kergon2007-11-141-1/+1
* Fix orphan-related locking in pvdisplay and pvs.Alasdair Kergon2007-11-021-6/+6
* 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-4/+4
* Support the /dev/mapper prefix on most command lines.Alasdair Kergon2007-03-091-1/+1
* Add skip_dev_dir() to process command line VGs.Alasdair Kergon2006-08-251-5/+1
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-1/+1
* Use ORPHAN lock definition throughout.Alasdair Kergon2005-10-031-5/+5
* Make VG name restrictions consistent.Alasdair Kergon2005-06-061-8/+1
* Add clustered attribute so vgchange can identify clustered VGs w/o locking.Alasdair Kergon2005-03-211-0/+12
* Rename allocation policies; add --alloc to cmdline; LV inherits from VG.Alasdair Kergon2004-05-181-1/+9
* Update copyright notices.Alasdair Kergon2004-03-301-13/+8
* indentAlasdair Kergon2004-03-261-50/+50
* taggingAlasdair Kergon2004-03-081-0/+19
* Default to unlimited number of LVs/PVs in lvm2 format.Alasdair Kergon2003-11-061-32/+39
* Ban vgcreate -s 0Alasdair Kergon2003-11-061-0/+5
* More consistent error code usage.Alasdair Kergon2003-10-211-1/+1
* Ensure more args aren't negative.Alasdair Kergon2003-09-151-0/+5
* Generalise 'invalid chars' error mesg to just say 'invalid'Alasdair Kergon2003-09-151-2/+1
* Another sync point - numerous fixes & clean ups.Alasdair Kergon2003-07-041-1/+1
* LV name validationAlasdair Kergon2003-02-031-1/+1
* Default stripesize 64k & config file setting for it;Alasdair Kergon2002-12-191-4/+4
* Some new features.Alasdair Kergon2002-11-181-4/+1
* agk, I recall you saying you had a massive commit pending; if you need meAndres Salomon2002-10-271-0/+3
* Changed DEFAULT_PV and DEFAULT_LV to 256 (has been fixed in LVM1 before)Heinz Mauelshagen2002-04-251-2/+2
* Merge with text format branch.Alasdair Kergon2002-04-241-2/+2
* o activate/reactivate mergeAlasdair Kergon2002-03-111-7/+7
* o Lock mechanism for LV activationAlasdair Kergon2002-02-271-9/+9
* Begin conversion so LV id is passed to activation unit instead ofAlasdair Kergon2002-02-251-9/+9
* Run through indent - no (intentional) changes to any code.Alasdair Kergon2002-02-111-23/+24