summaryrefslogtreecommitdiffstats
path: root/tools/vgrename.c
Commit message (Expand)AuthorAgeFilesLines
* config: add silent modeAlasdair G Kergon2012-08-251-2/+2
* Backtrace for failing drop_cached_metadataZdenek Kabelac2012-03-011-1/+2
* Check return values after calling new lvmetad fnsAlasdair Kergon2012-02-281-1/+3
* The lvmetad client-side integration. Only active when use_lvmetad = 1 is set inPetr Rockai2012-02-231-0/+2
* Move lvmcache data structures behind an API (making the structures private toPetr Rockai2012-02-101-2/+2
* Replace free_vg with release_vgZdenek Kabelac2011-08-101-5/+5
* Const fixingZdenek Kabelac2011-02-181-1/+1
* Add backtraces for backup and backup_remove fail pathsZdenek Kabelac2010-12-221-2/+4
* Rename vg_release to free_vg.Alasdair Kergon2010-12-081-5/+5
* Allow VGs with active LVs to be renamed.Peter Rajnoha2010-04-141-25/+17
* Remove unnecessary full_scan parameter from get_vgids and get_vgnames calls.Alasdair Kergon2010-03-161-1/+1
* Remove lvs_in_vg_activated_by_uuid_only call.Milan Broz2010-02-241-2/+2
* This is related to liblvm and its lvm_list_vg_names() and lvm_list_vg_uuids()...Peter Rajnoha2010-02-031-3/+2
* Add lots of missing stack debug messages to tools.Alasdair Kergon2009-09-141-1/+3
* Update vgrename to take into account vgname lock ordering.Dave Wysochanski2009-09-021-9/+27
* Refactor vgrename into vg_rename_old and vg_rename_new.Dave Wysochanski2009-09-021-29/+51
* Fix vg_read() error paths to properly release upon vg_read_error().Dave Wysochanski2009-07-071-1/+3
* Convert vgrename to vg_read_for_update.Dave Wysochanski2009-07-011-20/+5
* Update vgrename to use vg_lock_newname.Dave Wysochanski2009-06-091-7/+10
* Pre-release cleanups.Alasdair Kergon2009-05-211-7/+7
* Remove NON_BLOCKING lock flag from tools and set a policy to auto-set.Dave Wysochanski2009-05-131-1/+1
* Properly release VG memory pool in all CLI tools.Milan Broz2009-04-101-8/+8
* Remove old metadata backup file after renaming vg.Takahiro Yasui2009-03-231-0/+1
* Rename vg_read() to vg_read_internal(). (mornfall)Alasdair Kergon2009-01-261-2/+2
* Add "--refresh" functionality to vgchange and vgmknodes.Peter Rajnoha2008-12-221-8/+1
* Fix vgrename using UUID in case there are VGs with the same name.Peter Rajnoha2008-12-191-10/+21
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-3/+3
* cache dropping needs to use old name not newAlasdair Kergon2008-06-061-11/+12
* Drop cached metadata when renaming a VG.Alasdair Kergon2008-06-061-0/+2
* Don't touch /dev in vgrename if activation is disabled.Alasdair Kergon2008-04-301-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-3/+3
* Move more parameter validation into the library.Dave Wysochanski2008-01-151-18/+1
* Fix orphan-related locking in pvdisplay and pvs.Alasdair Kergon2007-11-021-3/+3
* Add is_orphan_vg() and change all hardcoded checks to use it.Bryn M. Reeves2007-11-021-1/+2
* prepare to move guts of vgrename into library functionDave Wysochanski2007-08-311-20/+29
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Add vg_check_status to consolidate vg status flags checks and error messages.Dave Wysochanski2007-06-061-11/+3
* Support the /dev/mapper prefix on most command lines.Alasdair Kergon2007-03-091-2/+2
* Fix vgrename active LV check to ignore differing vgids.Alasdair Kergon2007-03-081-1/+1
* When using local file locking, skip clustered VGs.Alasdair Kergon2006-09-021-0/+7
* Add skip_dev_dir() to process command line VGs.Alasdair Kergon2006-08-251-8/+2
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-3/+3
* vgrename accepts vgid and exported VG.Alasdair Kergon2006-04-131-11/+45
* Fix vgexport/vgimport to set/reset PV exported flag so pv_attr is correct.Alasdair Kergon2006-04-121-2/+2
* Make VG name restrictions consistent.Alasdair Kergon2005-06-061-1/+1
* Update copyright notices.Alasdair Kergon2004-03-301-13/+8
* More consistent error code usage.Alasdair Kergon2003-10-211-1/+1
* Generalise 'invalid chars' error mesg to just say 'invalid'Alasdair Kergon2003-09-151-1/+1
* Another sync point - numerous fixes & clean ups.Alasdair Kergon2003-07-041-1/+2