summaryrefslogtreecommitdiffstats
path: root/tools/lvconvert.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for bug 619221 - log device splitting regressionJonathan Earl Brassow2010-08-061-1/+1
* Require logical volume(s) to be explicitly named for lvconvert --merge.Mike Snitzer2010-08-031-1/+6
* Taka's fix for handling failure of all mirrored log devices andJonathan Earl Brassow2010-08-021-6/+10
* Disallow mirrored logs in cluster mirrors.Jonathan Earl Brassow2010-08-021-0/+9
* Fix wrong number of mirror log at allocate policyTakahiro Yasui2010-07-301-4/+6
* Fix reversal of LV list before performing a split mirror.Jonathan Earl Brassow2010-07-131-1/+1
* Fix for bug 612311: Split of linear provides no error msgJonathan Earl Brassow2010-07-131-4/+7
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-7/+7
* Fix for bug 607347: failing both redundant mirror log legs...Jonathan Earl Brassow2010-07-061-3/+6
* Restore the "removemissing" behaviour of lvconvert --repair --use-policies.Petr Rockai2010-07-011-5/+3
* Committing Taka's patch... He found a problem duringJonathan Earl Brassow2010-06-231-2/+31
* Account for mirror transient status when doing lvconvert --repair.Petr Rockai2010-05-241-32/+67
* Don't attempt to convert the log type of an LV if the LVJonathan Earl Brassow2010-04-281-1/+1
* Fix lvconvert error message when existing mirrored LV is not found.Alasdair Kergon2010-04-261-4/+5
* add commentsAlasdair Kergon2010-04-261-0/+6
* Disallow the addition of mirror images while a mirror up-convertJonathan Earl Brassow2010-04-211-0/+10
* typo in commentAlasdair Kergon2010-04-201-1/+1
* Allow incomplete mirror restore in lvconvert --repair upon insufficient space.Petr Rockai2010-04-141-36/+37
* Call add_pvl_to_vgs() and del_pvl_from_vgs() from more places.Dave Wysochanski2010-04-131-2/+1
* Add --stripes to lvconvert too.Alasdair Kergon2010-04-131-6/+21
* Permit mimage LVs to be striped in lvcreate and lvresize.Alasdair Kergon2010-04-091-10/+2
* remove unused varAlasdair Kergon2010-03-311-1/+0
* Add ability to create mirrored logs for mirror LVs.Jonathan Earl Brassow2010-03-261-189/+391
* Introduce is_missing_pv().Alasdair Kergon2010-03-161-3/+3
* Refactor snapshot-merge deptree and device removal to support info-by-uuidMike Snitzer2010-02-171-5/+0
* Make lvconvert --repair --use-policies exit with success when no action is ne...Petr Rockai2010-02-061-0/+2
* Switch lvconvert_single() over to using get_vg_lock_and_logical_volume()Mike Snitzer2010-02-051-18/+10
* lvconvert --merge @tag supportMike Snitzer2010-02-051-32/+129
* Prepare for _get_lvconvert_vg() reuse as part of a larger lvconvert.cMike Snitzer2010-02-051-3/+16
* Adding a new mimage (leg/copy) to a mirror behaves differentlyJonathan Earl Brassow2010-02-051-1/+5
* Change dev_manager_mirror_percent()'s 'struct logical_volume *' to beMike Snitzer2010-01-151-1/+1
* Add snapshot merge wrappers to abstract the associations and flags usedMike Snitzer2010-01-131-5/+5
* Merge on activate support.Mike Snitzer2010-01-131-4/+17
* Background poll for lvconvert --merge command.Mike Snitzer2010-01-131-4/+69
* Do not allow merging over mounted logical volumes.Mike Snitzer2010-01-131-0/+22
* Add --merge support to lvconvert to start merging a snapshot into itsMike Snitzer2010-01-131-6/+100
* Revert so-called "redundant" log until after next release.Alasdair Kergon2010-01-121-4/+2
* Testsuite updates and fixes for recently added features.Jonathan Earl Brassow2010-01-111-6/+1
* Found 2 problems with my previous check-in:Jonathan Earl Brassow2010-01-111-3/+4
* Add the new mirror log type "redundant". The options are now:Jonathan Earl Brassow2010-01-081-27/+40
* This patch adds the capability to split off a mirror legs.Jonathan Earl Brassow2010-01-081-5/+55
* Change background polldaemon's process name to "(lvm2)".Mike Snitzer2010-01-081-11/+0
* In lvconvert --repair --use-policies, for the allocate policies, return successPetr Rockai2010-01-081-16/+33
* The patch fixes some lvconvert issues (WRT mirror <-> mirror).Jonathan Earl Brassow2010-01-071-0/+11
* Rename mirror_device_fault_policy to mirror_image_fault policyMilan Broz2010-01-061-0/+3
* Remove empty "repaired" devices if empty in lvconvert.Milan Broz2010-01-061-1/+54
* Add missing 'stack;' for all suspend_lv and resume_lv callers.Mike Snitzer2010-01-051-1/+2
* Do not allow creating mirrors of more than 8 images.Milan Broz2009-11-271-0/+6
* Tidy some uses of arg_count and introduce arg_is_set.Alasdair Kergon2009-11-031-3/+1
* Permit snapshots of mirrors. (brassow)Alasdair Kergon2009-10-261-6/+14