summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* .Alasdair Kergon2008-04-031-1/+2
* .Alasdair Kergon2008-04-031-1/+1
* fix vd->virtblkAlasdair Kergon2008-04-032-2/+2
* enable vg metadata cache by defaultAlasdair Kergon2008-04-021-0/+1
* Add per-command flags to control which commands use the VG metadata cache.Alasdair Kergon2008-04-026-9/+67
* Fix vgsplit locking and remove unneeded error messages when split into new VG.Dave Wysochanski2008-04-022-11/+28
* Suppress "Volume group not found" message when vgsplit of new VG.Dave Wysochanski2008-04-022-0/+6
* Fix lvresize to dump stack if vg_lock_and_read() fails.Dave Wysochanski2008-04-022-1/+58
* Cache VG metadata internally while VG lock is held.Alasdair Kergon2008-04-017-23/+132
* Fix redundant lvresize message if vg doesn't exist.Dave Wysochanski2008-04-012-3/+2
* Fix another allocation bug with clvmd and large node IDs.`Christine Caulfield2008-04-012-2/+11
* Add find_lv_in_lv_list() and find_pv_in_pv_list().Dave Wysochanski2008-03-284-2/+30
* Enhance test debugging by updating verbose mode of check_*_field_ functions.Dave Wysochanski2008-03-281-3/+3
* Fix a couple of uninitialised variables. The newfd one could causeChristine Caulfield2008-03-282-2/+3
* Add vgmerge tests.Dave Wysochanski2008-03-263-1/+109
* Use list_move() in applicable places.Dave Wysochanski2008-03-263-12/+6
* Add pvseg_is_allocated() for identifying a PV segment allocated to a LV.Dave Wysochanski2008-03-265-3/+6
* Add list_move() support function for list manipulation.Dave Wysochanski2008-03-263-1/+22
* Add 'is_reserved_lvname()' helper function.Dave Wysochanski2008-03-253-0/+15
* Correct command name in lvmdiskscan man page.Alasdair Kergon2008-03-252-1/+2
* When reallocating the node IDs array, make it bigger rather than smaller!Christine Caulfield2008-03-252-2/+6