summaryrefslogtreecommitdiffstats
path: root/tools/lvconvert.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: Use segtype->ops->name() instead of segtype->name where applicableJonathan Brassow2012-09-051-2/+2
* config: add silent modeAlasdair G Kergon2012-08-251-15/+15
* lvconvert: use _reload_lv on more placesZdenek Kabelac2012-08-231-60/+30
* lvconvert: move _reload_lv()Zdenek Kabelac2012-08-231-27/+28
* lvconvert: count % upwards when merging a snapshotPeter Rajnoha2012-07-101-2/+2
* thin: fix lvconvert error path NULL dereferenceZdenek Kabelac2012-06-221-2/+2
* Initial support for lvconvert for thin pool volumes.Zdenek Kabelac2012-05-091-0/+221
* Fix for bug 807776: invalid lvconvert --merge output should mention raid1 nowJonathan Earl Brassow2012-04-191-1/+1
* Detect VG name being part of the LV name in lvconvert --splitmirrors -n.Peter Rajnoha2012-03-301-3/+13
* Correct enum typeZdenek Kabelac2012-03-011-2/+2
* Using enum types for enumsZdenek Kabelac2012-02-281-3/+3
* Keep same sign for 's' counterZdenek Kabelac2012-02-231-1/+2
* Allow 'lvconvert --repair' to operate on RAID 4/5/6.Jonathan Earl Brassow2012-02-221-1/+2
* Add some messages that indicate completion of RAID device replacement.Jonathan Earl Brassow2012-02-221-1/+9
* Fix a bad return code in 'lvconvert_raid'Jonathan Earl Brassow2012-02-221-4/+3
* Change confusing message that is printed when a RAID device fails.Jonathan Earl Brassow2012-02-131-1/+1
* Fix possible NULL pointer dereferences when updating mirror log.Jonathan Earl Brassow2012-02-131-5/+7
* Cosmetic change use return macro with implicit stackZdenek Kabelac2012-01-251-4/+3
* Allow removal of an invalid snapshot that was to be merged on next activation.Mike Snitzer2012-01-201-0/+9
* Differentiate between snapshot status of "Invalid" and "Merge failed".Mike Snitzer2012-01-201-0/+3
* tag uninit varAlasdair Kergon2011-12-081-1/+1
* Add policy based automated repair of RAID logical volumesJonathan Earl Brassow2011-12-061-0/+54
* Support the ability to replace specific devices in a RAID array.Jonathan Earl Brassow2011-11-301-2/+41
* Add the ability to convert LVs of "mirror" segtype to "raid1" segtype.Jonathan Earl Brassow2011-10-071-0/+3
* Add the ability to convert linear LVs to RAID1Jonathan Earl Brassow2011-10-071-3/+6
* Start using 64-bit status flags - most of the code already handles them.Alasdair Kergon2011-09-061-1/+1
* Add ability to merge back a RAID1 image that has been split w/ --trackchangesJonathan Earl Brassow2011-08-181-13/+29
* Add the ability to split an image from the mirror and track changes.Jonathan Earl Brassow2011-08-181-3/+12
* Add --splitmirrors support for RAID1 (1 image only)Jonathan Earl Brassow2011-08-181-3/+10
* Add ability to down-convert RAID1 arrays.Jonathan Earl Brassow2011-08-111-1/+75
* Replace free_vg with release_vgZdenek Kabelac2011-08-101-5/+5
* remove unnecessary lvconvert.hAlasdair Kergon2011-07-081-1/+0
* Fix error message - the parameter name is '--mirrorlog' not '--log'Jonathan Earl Brassow2011-06-291-1/+1
* Remove unnecesary conditional.Jonathan Earl Brassow2011-06-281-5/+0
* Clarify error message when unable to convert an LV into a snapshot of an LV.Peter Rajnoha2011-06-011-1/+1
* Add a new entry point in the mirror lvconvert code, for removing missing mirrorPetr Rockai2011-05-071-107/+116
* Fix incorrect tests for dm_snprintf() failureZdenek Kabelac2011-04-091-1/+1
* Fix some unmatching sign comparation gcc warningsZdenek Kabelac2011-04-081-1/+1
* s/MIRROR_NOTSYNCED/LV_NOTSYNCED/ - Flag will may refer to more than just mirrorsJonathan Earl Brassow2011-03-291-1/+1
* Add new free_pv_fid fn and use it throughout to free all attached fids.Peter Rajnoha2011-03-111-0/+1
* Do not check for open_count when not needed.Zdenek Kabelac2011-02-031-1/+1
* Remove duplicate statement (pasted twice by patch at some point?)Jonathan Earl Brassow2011-01-191-10/+0
* Add disk to mirrored log type conversion.Jonathan Earl Brassow2011-01-111-12/+14
* Reverting recent commit to disallow adding/removing mirror log whileJonathan Earl Brassow2011-01-051-21/+2
* Prevent the user from simultaneously adding a mirror log while removingJonathan Earl Brassow2011-01-051-0/+19
* Rename vg_release to free_vg.Alasdair Kergon2010-12-081-5/+5
* Refactor the percent (mirror sync, snapshot usage) handling code to usePetr Rockai2010-11-301-7/+8
* Fix "it's" typo to be "its" in lvconvert error message.Mike Snitzer2010-11-281-1/+1
* Disallow certain lvconvert operations that need to both allocate and freePetr Rockai2010-11-251-0/+9
* Convey need for snapshot-merge target in lvconvert error message and manMike Snitzer2010-10-131-1/+1