summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add field name prefix option to reporting functions.v1_02_28v1_02_27v1_02_26old-v1_02_28old-v1_02_27old-v1_02_26Alasdair Kergon2008-04-204-4/+72
* Calculate string size within dm_pool_grow_object.Alasdair Kergon2008-04-196-21/+22
* Fix lvconvert -m0 allocatable space check.Alasdair Kergon2008-04-182-1/+2
* post-releaseAlasdair Kergon2008-04-152-1/+4
* missing stackv2_02_35old-v2_02_35Alasdair Kergon2008-04-152-7/+7
* pre-releaseAlasdair Kergon2008-04-152-2/+2
* Drop cached VG metadata before and after committing changes to it.Milan Broz2008-04-159-2/+35
* rename P_global to P_#globalAlasdair Kergon2008-04-153-3/+4
* Don't attempt remote metadata backups of non-clustered VGs. (2.02.29)Alasdair Kergon2008-04-142-2/+5
* Don't store fid in VG metadata cache to avoid clvmd segfault. (2.02.34)Alasdair Kergon2008-04-143-4/+8
* Fix vgsplit and vgmerge tests for updated lv counting.Dave Wysochanski2008-04-113-28/+16
* Update vgsplit test to verify loosening of active LV restriction.Dave Wysochanski2008-04-102-0/+62
* Update vgsplit to only restrict split with active LVs involved in split.Dave Wysochanski2008-04-101-15/+17
* Add lv_is_active() to determine whether an lv is active.Dave Wysochanski2008-04-102-0/+33
* post-releaseAlasdair Kergon2008-04-102-1/+4
* .v2_02_34old-v2_02_34Alasdair Kergon2008-04-101-4/+2
* more pre-release cleanupAlasdair Kergon2008-04-107-43/+35
* fix 3rd copyAlasdair Kergon2008-04-101-1/+1
* make list_move consistent with other list fnsAlasdair Kergon2008-04-107-22/+30
* Update vgsplit tests that count LVs for adjusted LV counting.Dave Wysochanski2008-04-101-11/+11
* .Alasdair Kergon2008-04-104-5/+5
* pre-releaseold-dm_v1_02_25dm_v1_02_25Alasdair Kergon2008-04-102-3/+3
* post-releaseAlasdair Kergon2008-04-101-0/+3
* pre-releaseAlasdair Kergon2008-04-101-2/+2
* Fix vgdisplay 'Cur LV' field to match lvdisplay output.Alasdair Kergon2008-04-104-2/+32
* Add vg_is_clustered() helper function.Dave Wysochanski2008-04-1015-21/+22
* Minor vgsplit cleanups.Dave Wysochanski2008-04-101-3/+2
* Add _move_one_lv() helper function for vgsplit.Dave Wysochanski2008-04-101-15/+25
* Fix lvm tool exit code display in some tests.Dave Wysochanski2008-04-106-29/+29
* Add vgsplit tests to verify mirror is not moved unnecessarily.Dave Wysochanski2008-04-091-2/+31
* Fix vgsplit to only move hidden 'snapshotN' LVs when necessary.Dave Wysochanski2008-04-093-6/+46
* Update vgsplit tests for lvnames on the cmdline.Dave Wysochanski2008-04-092-20/+112
* Update vgsplit man page to reflect lvnames on cmdline.Dave Wysochanski2008-04-092-9/+17
* Update vgsplit to take "-n LogicalVolumeName" on the commandline.Dave Wysochanski2008-04-093-28/+90
* Use clustered mirror log with pvmove in clustered VGs, if available.Alasdair Kergon2008-04-096-26/+63
* Fix some pvmove error status codes.Alasdair Kergon2008-04-093-16/+18
* *** empty log message ***Dave Wysochanski2008-04-081-1/+0
* Fix vgsplit error display - fully remove log_suppress.Dave Wysochanski2008-04-082-2/+1
* Fix vgsplit error paths to release vg_to lock.Dave Wysochanski2008-04-082-0/+3
* Indicate whether or not VG is clustered in vgcreate log message.Alasdair Kergon2008-04-083-9/+18
* Add config file overrides to clvmd when it reads the LVs list so thatChristine Caulfield2008-04-082-2/+3
* Fix vgreduce to use vg_split_mdas to check sufficient mdas remain.Alasdair Kergon2008-04-0814-58/+151
* create fids for internal orphan VGsAlasdair Kergon2008-04-072-0/+10
* Update lvmcache VG lock state for all locking types now.Milan Broz2008-04-074-27/+15
* Fix output if overriding command_names on cmdline.Milan Broz2008-04-072-10/+18
* Add detection of clustered mirror log capability.Milan Broz2008-04-0714-29/+73
* Add check to vg_commit() to ensure lock is held before writing new VG metadata.Dave Wysochanski2008-04-042-0/+7
* Add validation of LV name to pvmove -n.Milan Broz2008-04-043-5/+20
* If lvm.conf was touched, clvmd attempted to update the toolcontextChristine Caulfield2008-04-042-3/+4
* Add some basic internal VG lock validation.Alasdair Kergon2008-04-033-4/+31